Skip to content

Commit

Permalink
Disable GeekAndPoke.
Browse files Browse the repository at this point in the history
sciurius committed Feb 26, 2024

Verified

This commit was signed with the committer’s verified signature.
danharrin Dan Harrin
1 parent 189a6f1 commit a7d983b
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ Revision history for Comics
Fix pattern for CyanideAndHappiness, SlackWyrm, BerkeleyMews.
Fix pattern for Sigmund, MonkeyUser, SkeletonClaw, PoorlyDrawnLines.
Disabled AMultiverse (diseased), MrLovenstein (out of reach).
Disabled Nozzman (changed).
Disabled Nozzman (changed), GeeknPoke (stopped).
Use File::LoadLines.

1.20 2023-06-29
6 changes: 4 additions & 2 deletions lib/Comics/Plugin/GeekAndPoke.pm
Original file line number Diff line number Diff line change
@@ -7,10 +7,12 @@ package Comics::Plugin::GeekAndPoke;

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

our $VERSION = "1.03";
our $VERSION = "1.04";

our $name = "Geek&Poke";
our $url = "http://geek-and-poke.com/";
our $url = "https://geek-and-poke.com/";
our $disabled = 1; # stopped

our $pattern =
qr{ <noscript>
<img \s+

0 comments on commit a7d983b

Please sign in to comment.