mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-06 01:29:34 +00:00
[ZoneTelechargementBridge] fix feed url
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
294d89bd36
commit
7ae64fcd05
@ -18,7 +18,7 @@ class ZoneTelechargementBridge extends BridgeAbstract {
|
||||
return $string;
|
||||
}
|
||||
|
||||
$url = $this->getURI().$this->getInput('category').'rss.xml';
|
||||
$url = $this->getURI().$this->getInput('category').'/rss.xml';
|
||||
$html = $this->getSimpleHTMLDOM($url) or $this->returnServerError('Could not request Zone Telechargement: '.$url);
|
||||
|
||||
foreach($html->find('item') as $element) {
|
||||
|
Loading…
Reference in New Issue
Block a user