mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-22 22:46:53 +00:00
[T411] urlencode input terms
This commit is contained in:
parent
9461a35458
commit
89d179ada4
@ -25,7 +25,7 @@ class T411Bridge extends BridgeAbstract {
|
||||
}
|
||||
|
||||
//Retrieve torrent listing from search results, which does not contain torrent description
|
||||
$url = self::URI.'torrents/search/?'.$this->getInput('search').'&order=added&type=desc';
|
||||
$url = self::URI.'torrents/search/?'.urlencode($this->getInput('search')).'&order=added&type=desc';
|
||||
$html = getSimpleHTMLDOM($url)
|
||||
or returnServerError('Could not request t411: '.$url);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user