aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
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.
2016-05-12[downloader/f4m] Tolerate truncate segments when testingYen Chi Hsuan
Replaces #9216 Fixes #9214 and test_Bloomberg partially
2016-05-12[vevo] Delay the georestriction check to prevent false alertsYen Chi Hsuan
Fixes #9408
2016-05-12[utils] Add Œ and œ found in French to ACCENT_CHARSYen Chi Hsuan
Fixes #9463
2016-05-12[iqiyi] Fix 1080P extraction (closes #9446)Yen Chi Hsuan
2016-05-11[__init__] Simplify colon presence checkSergey M․
2016-05-11Bugfix: Allow colons in custom HTTP header values.teemuy
2016-05-10[compat] Rename shlex_quote and remove unused subprocess_check_outputYen Chi Hsuan
2016-05-10release 2016.05.102016.05.10Philipp Hagemeister
2016-05-10[options] Update --proxy description for SOCKS proxiesYen Chi Hsuan
2016-05-10[socks] Remove a superfluous clauseYen Chi Hsuan
2016-05-10[compat] Rename struct_(un)pack to compat_struct_(un)packYen Chi Hsuan
2016-05-10[utils] Add rationale for register_socks_protocolsYen Chi Hsuan
2016-05-10[utils] Register SOCKS protocols in urllib and support SOCKS4AYen Chi Hsuan
2016-05-10[socks] Eliminate magic constants and improveYen Chi Hsuan
2016-05-10[socks] Support SOCKS proxiesYen Chi Hsuan
2016-05-10[utils,compat] Move struct_pack and struct_unpack to compat.pyYen Chi Hsuan