aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
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
2016-05-10[socks] Add socks.py from @bluec0re's public domain implementationYen Chi Hsuan
https://gist.github.com/bluec0re/cafd3764412967417fd3
2016-05-09[downloader/hls] PEP 8Sergey M․
2016-05-09[downloader/external] Call ffmpeg with with HTTP_PROXY env variable set (#9437)Sergey M․
2016-05-09[compat] Add compat_setenvSergey M․
2016-05-09[downloader/hls] Add event media playlists to unsupported features of hlsnativeSergey M․
2016-05-09[downloader/hls] Remove EXT-X-MEDIA-SEQUENCE from unsupported features for ↵Sergey M․
hlsnative
2016-05-09[ceskatelevize] Simplify, restore bonus video test and skip georestricted ↵Sergey M․
test (Closes #9431)
2016-05-09[ceskatelevize] Add support for live streamsTomáš Čech
Live streams has no playlist title, use title of the stream containing TV channel name. Internal m3u8 handler doesn't seem to handle well continuous streams. Add test for live stream. Remove no longer reachable test.
2016-05-08Merge pull request #9358 from dstftw/hls-native-to-ffmpeg-delegationSergey M
[downloader/hls] Delegate extraction to ffmpeg when unsupported features detected
2016-05-08[mva] Improve _VALID_URLsSergey M․