mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 12:00:21 +00:00
Merge pull request #5115 from chaos33/youporn-json
fix youporn extractor's json search regex
This commit is contained in:
commit
376817c6d4
@ -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 currentVideo = new Video\((.*)\)[,;]',
|
r'var videoJason = (.*)[,;]',
|
||||||
webpage, 'JSON parameters')
|
webpage, 'JSON parameters')
|
||||||
try:
|
try:
|
||||||
params = json.loads(json_params)
|
params = json.loads(json_params)
|
||||||
|
Loading…
Reference in New Issue
Block a user