Sergey M․
4 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/extractor/youjizz.py
|
|
@ -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: |
|
|
|