diff --git a/plugins/gorilla/cover-big.jpg b/plugins/gorilla/cover-big.jpg deleted file mode 100644 index 37216367..00000000 Binary files a/plugins/gorilla/cover-big.jpg and /dev/null differ diff --git a/plugins/gorilla/cover.jpg b/plugins/gorilla/cover.jpg deleted file mode 100644 index e0bc9971..00000000 Binary files a/plugins/gorilla/cover.jpg and /dev/null differ diff --git a/plugins/gorilla/example.jpg b/plugins/gorilla/example.jpg deleted file mode 100644 index e9ca4ff7..00000000 Binary files a/plugins/gorilla/example.jpg and /dev/null differ diff --git a/plugins/gorilla/extract.js b/plugins/gorilla/extract.js deleted file mode 100644 index c4873f30..00000000 --- a/plugins/gorilla/extract.js +++ /dev/null @@ -1,6 +0,0 @@ -function(page) { - var regex = /]+href="[^"]*\/cartoons\/.+]+src="([^"]*)"/; - var match = regex.exec(page); - return match[1]; - // return "https://www.groene.nl" + match[1]; -} diff --git a/plugins/gorilla/info.json b/plugins/gorilla/info.json deleted file mode 100644 index cb267363..00000000 --- a/plugins/gorilla/info.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "Gorilla", - "color": "ed1c24", - "language": "nl", - "authors": [ - "Gorilla collectief / Designpolitie:", - "Herman van Bostelen", - "Richard van der Laken", - "Pepijn Zurburg", - "Alex Clay", - "Karin van den Brandt", - "Lesley Moore" - ], - "homepage": "https://www.groene.nl/cartoonisten/gorilla", - "stripSource": "https://www.groene.nl/cartoonisten/gorilla" -}