mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 23:07:16 +08:00
Merge pull request #271 from ytdl-org/master
[pull] master from ytdl-org:master
This commit is contained in:
commit
9608a81073
@ -44,7 +44,7 @@ class YouJizzIE(InfoExtractor):
|
||||
|
||||
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…
x
Reference in New Issue
Block a user