]> git.wh0rd.org - tt-rss.git/commitdiff
af_comics: add extra fabulous comics
authorAndrew Dolgov <noreply@fakecake.org>
Mon, 16 Jun 2014 08:24:51 +0000 (12:24 +0400)
committerAndrew Dolgov <noreply@fakecake.org>
Mon, 16 Jun 2014 08:24:51 +0000 (12:24 +0400)
plugins/af_comics/filters/af_comics_comicpress.php

index e60b2dfe58f14a39ce81531bdabe8944d1fd6b6e..5c4daa3374c44f51771ee021fc22ee21cf03183e 100644 (file)
@@ -2,7 +2,8 @@
 class Af_Comics_ComicPress extends Af_ComicFilter {
 
        function supported() {
-               return array("Buni", "Buttersafe", "Whomp!", "Happy Jar", "CSection");
+               return array("Buni", "Buttersafe", "Whomp!", "Happy Jar", "CSection",
+                       "Extra Fabulous Comics");
        }
 
        function process(&$article) {
@@ -11,6 +12,7 @@ class Af_Comics_ComicPress extends Af_ComicFilter {
                if (strpos($article["guid"], "bunicomic.com") !== FALSE ||
                                strpos($article["guid"], "buttersafe.com") !== FALSE ||
                                strpos($article["guid"], "whompcomic.com") !== FALSE ||
+                               strpos($article["guid"], "extrafabulouscomics.com") !== FALSE ||
                                strpos($article["guid"], "happyjar.com") !== FALSE ||
                                strpos($article["guid"], "csectioncomics.com") !== FALSE) {