mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-24 20:55:11 +02:00
fix(ph): consent cookie (#3490)
This commit is contained in:
parent
e9af41d666
commit
18e1597361
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue