Skip to content

Commit

Permalink
af_comics: add extra fabulous comics
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Dolgov committed Jun 16, 2014
1 parent 2b0d342 commit 66c6f91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/af_comics/filters/af_comics_comicpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -11,6 +12,7 @@ function process(&$article) {
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) {

Expand Down

0 comments on commit 66c6f91

Please sign in to comment.