forked from blallo/rss-bridge
missing bracket 😭
This commit is contained in:
parent
dcf554d8d8
commit
29aa605c44
1 changed files with 1 additions and 0 deletions
|
@ -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']);
|
||||
|
|
Loading…
Reference in a new issue