af_unburn: add /~r/ redirector

This commit is contained in:
Andrew Dolgov 2013-01-20 20:22:04 +04:00
parent 4bbe9669cf
commit a90952ec00
1 changed files with 1 additions and 0 deletions

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) {