From a25c3c299858b3033c796bd406c12ec097aec5ec Mon Sep 17 00:00:00 2001 From: JustAMacUser Date: Sun, 22 Jan 2017 13:52:25 -0500 Subject: [PATCH] Added feed URL instructions for GoComics. --- plugins/af_comics/init.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/af_comics/init.php b/plugins/af_comics/init.php index 0c43f6ae..38ef82fd 100644 --- a/plugins/af_comics/init.php +++ b/plugins/af_comics/init.php @@ -57,6 +57,8 @@ class Af_Comics extends Plugin { } print ""; + print "

".__('GoComics requires a specific URL to workaround their lack of feed support: http://feeds.feedburner.com/uclick/comic_name (e.g. http://www.gocomics.com/garfield uses http://feeds.feedburner.com/uclick/garfield).')."

"; + print ""; } -- 2.39.2