mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:35:56 +00:00
af_comics_cad: do not process news posts
This commit is contained in:
@@ -9,7 +9,7 @@ class Af_Comics_Cad extends Af_ComicFilter {
|
||||
$owner_uid = $article["owner_uid"];
|
||||
|
||||
if (strpos($article["link"], "cad-comic.com/cad/") !== FALSE) {
|
||||
if (strpos($article["plugin_data"], "af_comics,$owner_uid:") === FALSE) {
|
||||
if (strpos($article["title"], "News:") === FALSE && strpos($article["plugin_data"], "af_comics,$owner_uid:") === FALSE) {
|
||||
|
||||
$doc = new DOMDocument();
|
||||
@$doc->loadHTML(fetch_file_contents($article["link"]));
|
||||
|
||||
Reference in New Issue
Block a user