1
0
Fork 0
forked from blallo/rss-bridge

[YoutubeBridge] Fix too many parameters when using HTML mode

This commit is contained in:
logmanoriginal 2018-03-25 16:13:00 +02:00
parent bc28c5da8e
commit 4b3efed7ec

View file

@ -140,10 +140,8 @@ class YoutubeBridge extends BridgeAbstract {
private function ytGetSimpleHTMLDOM($url){
return getSimpleHTMLDOM($url,
$use_include_path = false,
$header = array(),
$opts = array(),
$maxLen = null,
$lowercase = true,
$forceTagsClosed = true,
$target_charset = DEFAULT_TARGET_CHARSET,