fix(ph): consent cookie (#3490)
This commit is contained in:
parent
e9af41d666
commit
18e1597361
@ -67,7 +67,9 @@ class PornhubBridge extends BridgeAbstract
|
||||
|
||||
$show_images = $this->getInput('show_images');
|
||||
|
||||
$html = getSimpleHTMLDOM($uri);
|
||||
$html = getSimpleHTMLDOM($uri, [
|
||||
'cookie: accessAgeDisclaimerPH=1'
|
||||
]);
|
||||
|
||||
foreach ($html->find('div.videoUList ul.videos li.videoblock') as $element) {
|
||||
$item = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user