aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2016-05-20[wistia] Skip storyboard and improve extractionSergey M․
2016-05-20[wistia] Add alias and modernizeSergey M․
2016-05-20[cbc] Add the test case from #5156Yen Chi Hsuan
2016-05-20[common] Extract audio formats in SMILYen Chi Hsuan
Found in http://www.cbc.ca/player/play/2657631896 Closes #5156
2016-05-20[cbc] Fix for old-styled URLsYen Chi Hsuan
The URL http://www.cbc.ca/player/News/ID/2672225049/ (#6342) redirects to http://www.cbc.ca/player/play/2672224672, while youtube-dl wasn't able to handle it correctly.
2016-05-20[cbc] extract http formats and update testsremitamine
2016-05-20[24video] Fix description extractionSergey M․
2016-05-19[learnr] Add new extractor(closes #4284)remitamine
2016-05-19[ndtv] Fix extractionSergey M․
2016-05-19[utils] Allow None in remove_{start,end}Sergey M․
2016-05-18[formula1] Add new extractor(closes #3617)remitamine
2016-05-18[nfb] Modernize and extract subtitlesSergey M․
2016-05-17[nfb] Fix uploader extractionSergey M․
2016-05-17[abcnews] Added a new extractor (closes #3992)Yen Chi Hsuan
Related: #6108, #8664, #9459
2016-05-17[utils] Check for None values in SOCKS proxyYen Chi Hsuan
Originally reported at https://github.com/rg3/youtube-dl/pull/9287#issuecomment-219617864
2016-05-16release 2016.05.162016.05.16Philipp Hagemeister
2016-05-16[groupon] Add support for Youtube embeds (Closes #9508)Sergey M․
2016-05-15[collegehumor] Remove extractorSergey M․
It now uses brightcove
2016-05-15[hearthisat] Update the first testYen Chi Hsuan
2016-05-15[hearthisat] Detect invalid download links (fixes #9440)Yen Chi Hsuan
2016-05-15[utils] Fix getheader in urlhandle_detect_extYen Chi Hsuan
Fixes #7049, related to #9440
2016-05-15[xvideos] Extract html5 player formats (Closes #9495)Sergey M․
2016-05-15[extractor/common] Improve name extraction for m3u8 formatsSergey M․
2016-05-14[extractor/generic] Improve 3qsdn embeds support (Closes #9453)Sergey M․
2016-05-14[utils] Simplify integer conversion in js_to_jsonSergey M․
2016-05-14[extractor/generic:3qsdn] Add support for embedsSergey M․
2016-05-14[3qsdn] Add extractorSergey M․
2016-05-14[ora] Revert extraction to regexesSergey M․
It's less fragile than using js_to_json with ora js
2016-05-14[utils] Process non-base 10 integers in js_to_jsonSergey M․
2016-05-14[ora] minimise fragile regex shenanigans; recognise unsafespeech.com URLsfelix
2016-05-14[utils] js_to_json: various improvementsfelix
now JS object literals like { /* " */ 0: ",]\xaa<\/p>", } will be correctly converted to JSON.
2016-05-14Merge pull request #9492 from jwilk/teamcocoYen Chi Hsuan
[teamcoco] Fix base64 regexp
2016-05-14Don't hardcode errno constantJakub Wilk
The value of ENOENT is architecture-dependent, so don't assume it's always 2.
2016-05-14[teamcoco] Fix base64 regexpJakub Wilk
2016-05-14[cinemassacre] Remove extractor (Closes #9457)Sergey M․
It now uses jwplatform
2016-05-14[YoutubeDL] Sanitize url for url and url_transparent extraction resultsSergey M․
2016-05-13[sina] fix extraction(fixes #1146)remitamine
2016-05-13[imdb] Improve extractionSergey M․
2016-05-13[imdb] Relax _VALID_URL (Closes #9481)Sergey M․
2016-05-13[openload] Fix extraction (closes #9472)Yen Chi Hsuan
2016-05-13[brightcove] change the protocol for m3u8 formats to m3u8_nativeremitamine
2016-05-13[nrk] extract m3u8 formatsremitamine
2016-05-13[extractors] add import for UstudioEmbedIEremitamine
2016-05-13[ustudio] add support ustudio app/embed urlsremitamine
2016-05-12[mgtv] extract http formatsremitamine
2016-05-13[nrk] Rework extractor (Closes #9470)Sergey M․
2016-05-13[twitch:bookmarks] Remove extractorSergey M․
Bookmarks no longer available
2016-05-12[twitch] Skip dead testsSergey M․
2016-05-13[utils] Unquote crendentials passed to SOCKS proxiesYen Chi Hsuan
Fixes #9450
2016-05-12[bloomberg] Fix test_BloombergYen Chi Hsuan
In this test case, sometimes HLS is the best format while sometimes HDS is. To prevent occasional test failures, force HDS to be the best format. In the past, testing against HDS formats causes the same error as #9214, which is fixed as #9377 landed.