mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 15:33:16 +00:00
[youjizz] Fix extraction (closes #24181)
This commit is contained in:
parent
7947a1f7db
commit
886d985959
|
@ -44,7 +44,7 @@ def _real_extract(self, url):
|
|||
|
||||
encodings = self._parse_json(
|
||||
self._search_regex(
|
||||
r'encodings\s*=\s*(\[.+?\]);\n', webpage, 'encodings',
|
||||
r'[Ee]ncodings\s*=\s*(\[.+?\]);\n', webpage, 'encodings',
|
||||
default='[]'),
|
||||
video_id, fatal=False)
|
||||
for encoding in encodings:
|
||||
|
|
Loading…
Reference in a new issue