diff --git a/bridges/T411Bridge.php b/bridges/T411Bridge.php index e467afdb..720beedd 100644 --- a/bridges/T411Bridge.php +++ b/bridges/T411Bridge.php @@ -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/?'.urlencode($this->getInput('search')).'&order=added&type=desc'; + $url = self::URI.'torrents/search/?search='.urlencode($this->getInput('search')).'&order=added&type=desc'; $html = getSimpleHTMLDOM($url) or returnServerError('Could not request t411: '.$url);