mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-20 08:25:21 +00:00
This reverts commit b827ee921f.
This commit is contained in:
@@ -44,7 +44,7 @@ class YouJizzIE(InfoExtractor):
|
||||
|
||||
encodings = self._parse_json(
|
||||
self._search_regex(
|
||||
r'[Ee]ncodings\s*=\s*(\[.+?\]);\n', webpage, 'encodings',
|
||||
r'encodings\s*=\s*(\[.+?\]);\n', webpage, 'encodings',
|
||||
default='[]'),
|
||||
video_id, fatal=False)
|
||||
for encoding in encodings:
|
||||
|
||||
Reference in New Issue
Block a user