aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-23release 2016.01.232016.01.23Philipp Hagemeister
2016-01-23[drtv] Use IETF language tagSergey M․
2016-01-23[kanalplay] Use IETF language tagSergey M․
2016-01-23[options] Clarify language tagsSergey M․
2016-01-23[svt] Improve subtitles extraction and add test (Closes #8265)Sergey M․
2016-01-23[SVTPlay] Add subtitle supportMarian Sigler
2016-01-23[lovehomeporn] Add extractorSergey M․
2016-01-23[ruleporn] Rework in terms of nuevo (Closes #8206)Sergey M․
2016-01-23[nuevo] Improve thumbnail extractionSergey M․
2016-01-23[ruleporn] Add new extractorDankryn
2016-01-23Credit @nexAkari for trollvids and nuevo (#7728)Sergey M․
2016-01-23[nuevo] Simplify nuevo extractors (Closes #7728)Sergey M․
2016-01-22[nuevo] Generalize nuevo extractor and add support for trollvidsAndrew "Akari" Alexeyew
Supports only the nuevo player for now (most common). [trollvids] convert duration to an int [trollvids] added a test [trollvids] made flake8 shut up Generalized the Nuevo extractor Affects: anitube, trollvids, trutube [nuevo] Complied with the code comments.
2016-01-22[arte:cinema] Add extractorSergey M․
2016-01-22[arte:future] Make duplicated test matching onlySergey M․
2016-01-22[arte:future] Fix extractionFrançois Charlier
[arte] Add support for more "Arte Future" uri
2016-01-22[cbsnews] Simplify subtitles extraction and fix test (Closes #8295)Sergey M․
2016-01-22[cbsnews] Extract subtitlesJohn Assael
added test function for CBS News subtitles
2016-01-22[downloader/common] report_retry: Don't crash when retries is infinite ↵Jaime Marquínez Ferrándiz
(fixes #8299)
2016-01-21Merge pull request #8142 from FiloSottile/filippo/updatesFilippo Valsorda
[update] fix (unexploitable) BB'06 vulnerability in rsa_verify
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․