1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

Added feed URL instructions for GoComics.

This commit is contained in:
JustAMacUser
2017-01-22 13:52:25 -05:00
parent ad326dbf78
commit a25c3c2998

View 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>";
}