mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-07 01:47:26 +00:00
[YouPorn] Fix extractor
This commit is contained in:
parent
79adb09baa
commit
9ee53a49f0
@ -47,7 +47,7 @@ class YouPornIE(InfoExtractor):
|
||||
|
||||
# Get JSON parameters
|
||||
json_params = self._search_regex(
|
||||
[r'var\s+videoJa?son\s*=\s*({.+?});',
|
||||
[r'videoJa?son\s*=\s*({.+})',
|
||||
r'var\s+currentVideo\s*=\s*new\s+Video\((.+?)\)[,;]'],
|
||||
webpage, 'JSON parameters')
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user