Skip to content

Commit

Permalink
[youjizz] Fix extraction (closes #24181)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Feb 29, 2020
1 parent 7947a1f commit 886d985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/youjizz.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 886d985

Please sign in to comment.