Skip to content

Commit

Permalink
Disable Nozzman.
Browse files Browse the repository at this point in the history
  • Loading branch information
sciurius committed Feb 26, 2024
1 parent c19efd6 commit 189a6f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ Revision history for Comics
1.21

Fix pattern for CyanideAndHappiness, SlackWyrm, BerkeleyMews.
Fix pattern for Sigmund, MonkeyUser, SkeletonClaw.
Fix pattern for Sigmund, MonkeyUser, SkeletonClaw, PoorlyDrawnLines.
Disabled AMultiverse (diseased), MrLovenstein (out of reach).
Disabled Nozzman (changed).
Use File::LoadLines.

1.20 2023-06-29
Expand Down
3 changes: 2 additions & 1 deletion lib/Comics/Plugin/Nozzman.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ package Comics::Plugin::Nozzman;

use parent qw(Comics::Fetcher::Single);

our $VERSION = "1.01";
our $VERSION = "1.02";

our $name = "Nozzman";
our $url = "https://nozzman.nl/persoonlijk-werk";
our $disabled = 1; # Changed

our $pattern =
qr{ <div \s+ class="grid__image-wrapper"> \s*
Expand Down

0 comments on commit 189a6f1

Please sign in to comment.