1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-28 12:11:28 +00:00

af_unburn: add /~r/ redirector

This commit is contained in:
Andrew Dolgov
2013-01-20 20:22:04 +04:00
parent 4bbe9669cf
commit a90952ec00

View File

@@ -24,6 +24,7 @@ class Af_Unburn extends Plugin {
return $article;
if ((strpos($article["link"], "feedproxy.google.com") !== FALSE ||
strpos($article["link"], "/~r/") !== FALSE ||
strpos($article["link"], "feedsportal.com") !== FALSE) &&
strpos($article["guid"], "unburn,$owner_uid:") === FALSE) {