1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-09-02 20:52:44 +02:00

refactor: FeedExpander (#3740)

* refactor: FeedExpander
This commit is contained in:
Dag
2023-10-12 22:14:04 +02:00
committed by GitHub
parent 6634291c67
commit 9bda9e246a
9 changed files with 315 additions and 504 deletions

View File

@@ -14,7 +14,7 @@ class RaceDepartmentBridge extends FeedExpander
protected function parseItem($feedItem)
{
$item = parent::parseRss2Item($feedItem);
$item = parent::parseItem($feedItem);
//fetch page
$articlePage = getSimpleHTMLDOMCached($feedItem->link);