forked from blallo/rss-bridge
[YoutubeBridge] Fix too many parameters when using HTML mode
This commit is contained in:
parent
bc28c5da8e
commit
4b3efed7ec
1 changed files with 0 additions and 2 deletions
|
@ -140,10 +140,8 @@ class YoutubeBridge extends BridgeAbstract {
|
||||||
|
|
||||||
private function ytGetSimpleHTMLDOM($url){
|
private function ytGetSimpleHTMLDOM($url){
|
||||||
return getSimpleHTMLDOM($url,
|
return getSimpleHTMLDOM($url,
|
||||||
$use_include_path = false,
|
|
||||||
$header = array(),
|
$header = array(),
|
||||||
$opts = array(),
|
$opts = array(),
|
||||||
$maxLen = null,
|
|
||||||
$lowercase = true,
|
$lowercase = true,
|
||||||
$forceTagsClosed = true,
|
$forceTagsClosed = true,
|
||||||
$target_charset = DEFAULT_TARGET_CHARSET,
|
$target_charset = DEFAULT_TARGET_CHARSET,
|
||||||
|
|
Loading…
Reference in a new issue