Skip to content

Commit

Permalink
add Geek&Poke comic
Browse files Browse the repository at this point in the history
  • Loading branch information
tardypad committed Apr 10, 2017
1 parent 51072eb commit 6e01f93
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions info/comics_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
- Fuchskind
- The GaMERCaT
- Garfield
- Geek&Poke
- Gone With The Blastwave
- GWTB 404
- Hagar the Horrible
Expand Down
Binary file added plugins/geekandpoke/cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/geekandpoke/example.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions plugins/geekandpoke/extract.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
function(page) {
var regex = /<img[^&]*src="([^"]*)"/;
var match = regex.exec(page);
return match[1];
}
10 changes: 10 additions & 0 deletions plugins/geekandpoke/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Geek&Poke",
"color": "d4ecdc",
"language": "en",
"authors": [
"Oliver Widder"
],
"homepage": "http://geek-and-poke.com/",
"stripSource": "http://feeds.feedburner.com/GeekAndPoke"
}
Binary file added resources/comics covers/geekandpoke.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6e01f93

Please sign in to comment.