1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-12 19:44:12 +02:00

missing bracket 😭

This commit is contained in:
Mitsukarenai
2014-06-20 17:04:27 +02:00
parent dcf554d8d8
commit 29aa605c44

View File

@@ -71,6 +71,7 @@ class YoutubeBridge extends BridgeAbstract{
}
$this->request = 'Playlist '.trim(str_replace(' - YouTube', '', $html->find('title', 0)->plaintext)).', by '.$html->find('h1', 0)->plaintext;
}
}
else if (isset($param['s'])) { /* search mode */
$this->request = $param['s']; $page = 1; if (isset($param['pa'])) $page = (int)preg_replace("/[^0-9]/",'', $param['pa']);