youtube-dl

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

commit 327caf661a2b65b4cc09550f471781918cb3b9bf
parent ce7ccb1caa1c6122329779adfe5993dfd47c4021
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon,  2 Jan 2017 23:00:37 +0700

[cctv] Do not fallback on video id extracted from URL

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

diff --git a/youtube_dl/extractor/cctv.py b/youtube_dl/extractor/cctv.py @@ -99,7 +99,7 @@ class CCTVIE(InfoExtractor): r'videoCenterId["\']\s*,\s*["\']([\da-fA-F]+)', r'"changePlayer\s*\(\s*["\']([\da-fA-F]+)', r'"load[Vv]ideo\s*\(\s*["\']([\da-fA-F]+)'], - webpage, 'video id', default=video_id) + webpage, 'video id') data = self._download_json( 'http://vdn.apps.cntv.cn/api/getHttpVideoInfo.do', video_id,