youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 886d9859590c423b1d036d4a2e6f43ee639560d4
parent 7947a1f7dbc6ba47a6f22ab67fd330e57c0ef87c
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 29 Feb 2020 21:58:22 +0700

[youjizz] Fix extraction (closes #24181)

Diffstat:
Myoutube_dl/extractor/youjizz.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/youjizz.py b/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: