aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-21[update] fix (unexploitable) BB'06 vulnerability in rsa_verifyFilippo Valsorda
The rsa_verify code was vulnerable to a BB'06 attack, allowing to forge signatures for arbitrary messages if and only if the public key exponent is 3. Since the updates key is hardcoded to 65537, there is no risk for youtube-dl, but I don't want vulnerable code in the wild. The new function adopts a way safer approach of encoding-and-comparing to replace the dangerous parsing code.
2016-01-22[iqiyi] Update key (closes #8292)Yen Chi Hsuan
2016-01-21[hitbox] Skip subscribe only formats (Closes #8217)Sergey M․
2016-01-21[youtube] Simplify automatic captions URL check (Closes #8287)Sergey M․
2016-01-21Fix issue #8109 (error when downloading automatic captions)Dimitre Liotev
2016-01-21[yahoo] Add improve content id regexes (Closes #8290)Sergey M․
2016-01-21Additional regex for yahoo extractorigv
2016-01-21[vimeo] 'ext' must be a string, not a tuple (fixes #8288)Jaime Marquínez Ferrándiz
There was an ',' at the end of the line.
2016-01-20[tube8] PEP 8Sergey M․
2016-01-20[OraTV] update extractorCeruleanSky
"current" is now "video" "hls_stream" is now hls_stream without quotes video_id is now id duration for current video is not present(for other videos it is) modified regex to find hls_stream variable to work reguardless of whether it is quoted or not. [ora] Improve (Closes #8273)
2016-01-20[tube8] Extract duration and modernizeSergey M․
2016-01-20[tube8] Fix extraction and extract all formats (Closes #8281)Sergey M․
2016-01-20Credit @FounderSG for WeiqiTV and LetvCloud (#7994)Yen Chi Hsuan
[ci skip]
2016-01-19[downloader/hls] Ask ffmpeg to quit when interrupting youtube-dl with ↵Jaime Marquínez Ferrándiz
'Ctrl+C' (#8252) Otherwise the mp4 file can't be played.
2016-01-20Merge branch 'ping-patch-8239'Yen Chi Hsuan
2016-01-20[neteasemusic] Use float_or_noneYen Chi Hsuan
2016-01-20Merge branch 'patch-8239' of https://github.com/ping/youtube-dl into ↵Yen Chi Hsuan
ping-patch-8239
2016-01-20Merge branch 'FounderSG-Weiqitv'Yen Chi Hsuan
2016-01-20[weiqitv] Use single quotesYen Chi Hsuan
2016-01-20[weiqitv] Rename the extractor - capitilize 'TV'Yen Chi Hsuan
2016-01-20[weiqitv] Make codes shorterYen Chi Hsuan
2016-01-20[letv] LetvCloud: Detect ext instead of the hardcoded oneYen Chi Hsuan
2016-01-20[letv] LetvCloud: make title looks like a titleYen Chi Hsuan
2016-01-20[letv] LetvCloud: simplify and improve _VALID_URLYen Chi Hsuan
2016-01-20[letv] LetvCloud: check error messages from serverYen Chi Hsuan
2016-01-20[letv] LetvCloud: guard against invalid URLsYen Chi Hsuan
2016-01-20[letv] Use single quotesYen Chi Hsuan
2016-01-20[letv] Reduce duplicated codesYen Chi Hsuan
2016-01-20[viewster] Tolerate missing synopsis (Closes #8274)Sergey M․
2016-01-19[lemonde] Add extractorSergey M․
2016-01-19[ultimedia] Rename to digitekaSergey M․
2016-01-19[ultimedia] Extend _VALID_URL to support digitekaSergey M․
2016-01-19Merge branch 'Weiqitv' of https://github.com/FounderSG/youtube-dl into ↵Yen Chi Hsuan
FounderSG-Weiqitv
2016-01-19[extractor/generic] Extend dailymotion embed regexSergey M․
2016-01-19[dailymotion] Extend _VALID_URLSergey M․
2016-01-19[youtube] Skip testSergey M․
2016-01-19[youtube] Capture and output unavailable messageSergey M․
2016-01-18[youtube] Clarify test_Youtube_18Sergey M․
2016-01-18[youtube] Fix URL expansion in video descriptionSergey M․
Fixes test_Youtube_18
2016-01-17[atresplayer] Skip HLS completely (Closes #8261)Sergey M․
2016-01-17Merge pull request #8262 from jwilk/https-everywhereYen Chi Hsuan
[ustream] Use HTTPS for GitHub URL
2016-01-17[ustream] Use HTTPS for GitHub URLJakub Wilk
2016-01-17[neteasemusic] Fallback to alt hosts if m5.music.126.net doesn't workping
2016-01-17[ae] Rename to aenetworks and clarify extractor name and descriptionSergey M․
2016-01-16[compat] Clarify the versions requiring compat_kwargsYen Chi Hsuan
It's supported since 2.7.0 alpha 1 and 2.6.5 rc 1. See https://hg.python.org/cpython/file/v2.7a1/Misc/NEWS#l337 https://hg.python.org/cpython/file/v2.6.5rc1/Misc/NEWS#l28
2016-01-16[ae] Fix _TESTSYen Chi Hsuan
2016-01-16[bbc] Use _search_json_ldYen Chi Hsuan
2016-01-16[extractor/common] Allow passing more parameters to _search_json_ldYen Chi Hsuan
2016-01-16Fixes #8239ping
2016-01-16[README.md] Add protocol usage example in format selectionSergey M