diff --git a/info/comics_list.md b/info/comics_list.md index a933296d..72427e7f 100644 --- a/info/comics_list.md +++ b/info/comics_list.md @@ -37,6 +37,7 @@ - Fuchskind - The GaMERCaT - Garfield +- Geek&Poke - Gone With The Blastwave - GWTB 404 - Hagar the Horrible diff --git a/plugins/geekandpoke/cover.jpg b/plugins/geekandpoke/cover.jpg new file mode 100644 index 00000000..fa8d2e32 Binary files /dev/null and b/plugins/geekandpoke/cover.jpg differ diff --git a/plugins/geekandpoke/example.jpg b/plugins/geekandpoke/example.jpg new file mode 100644 index 00000000..0d41e167 Binary files /dev/null and b/plugins/geekandpoke/example.jpg differ diff --git a/plugins/geekandpoke/extract.js b/plugins/geekandpoke/extract.js new file mode 100644 index 00000000..f46e37bc --- /dev/null +++ b/plugins/geekandpoke/extract.js @@ -0,0 +1,5 @@ +function(page) { + var regex = /<img[^&]*src="([^"]*)"/; + var match = regex.exec(page); + return match[1]; +} diff --git a/plugins/geekandpoke/info.json b/plugins/geekandpoke/info.json new file mode 100644 index 00000000..92987bd2 --- /dev/null +++ b/plugins/geekandpoke/info.json @@ -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" +} diff --git a/resources/comics covers/geekandpoke.jpg b/resources/comics covers/geekandpoke.jpg new file mode 100644 index 00000000..0872d9dc Binary files /dev/null and b/resources/comics covers/geekandpoke.jpg differ