mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 10:04:54 +02:00
bridges: Fix bridges with custom headers and options
This commit fixes bridges which called getContents, getSimpleHTMLDOM or getSimpleHTMLDOMCached with custom settings.
This commit is contained in:
parent
ee78e7613f
commit
6caca4946b
4 changed files with 18 additions and 44 deletions
|
@ -141,8 +141,8 @@ class YoutubeBridge extends BridgeAbstract {
|
|||
private function ytGetSimpleHTMLDOM($url){
|
||||
return getSimpleHTMLDOM($url,
|
||||
$use_include_path = false,
|
||||
$context = null,
|
||||
$offset = 0,
|
||||
$header = array(),
|
||||
$opts = array(),
|
||||
$maxLen = null,
|
||||
$lowercase = true,
|
||||
$forceTagsClosed = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue