mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 02:32:44 +01:00
[YouPorn] Fix extractor
This commit is contained in:
parent
79adb09baa
commit
9ee53a49f0
@ -47,7 +47,7 @@ def _real_extract(self, url):
|
|||||||
|
|
||||||
# Get JSON parameters
|
# Get JSON parameters
|
||||||
json_params = self._search_regex(
|
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\((.+?)\)[,;]'],
|
r'var\s+currentVideo\s*=\s*new\s+Video\((.+?)\)[,;]'],
|
||||||
webpage, 'JSON parameters')
|
webpage, 'JSON parameters')
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user