]> git.wh0rd.org - tt-rss.git/commitdiff
Added feed URL instructions for GoComics.
authorJustAMacUser <donotreply@example.org>
Sun, 22 Jan 2017 18:52:25 +0000 (13:52 -0500)
committerJustAMacUser <donotreply@example.org>
Sun, 22 Jan 2017 18:52:25 +0000 (13:52 -0500)
plugins/af_comics/init.php

index 0c43f6aecb2453390a4032422d0421d2d509fac2..38ef82fd9be41268d5efc04605879afc968ab551 100644 (file)
@@ -57,6 +57,8 @@ class Af_Comics extends Plugin {
                }
                print "</ul>";
 
+               print "<p>".__('GoComics requires a specific URL to workaround their lack of feed support: <code>http://feeds.feedburner.com/uclick/<em>comic_name</em></code> (e.g. <code>http://www.gocomics.com/garfield</code> uses <code>http://feeds.feedburner.com/uclick/garfield</code>).')."</p>";
+
                print "</div>";
        }