aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-14Merge pull request #9493 from jwilk/errnoYen Chi Hsuan
Don't hardcode errno constant
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[test/test_socks] Skip SOCKS testsYen Chi Hsuan
They occasional trigger errors or blocks (https://travis-ci.org/rg3/youtube-dl/jobs/130184883)
2016-05-14Merge pull request #9466 from TRox1972/patch-1Yen Chi Hsuan
Update README.md
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-12Update README.mdTRox1972
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[test/test_socks] Use a different port rangeYen Chi Hsuan
Seems on Travis CI, ports in the original range are often used.
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[test/test_socks] Test with local SOCKS serversYen 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[test/test_socks] Add tests for SOCKS proxiesYen 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[test_compat] Remove unused importSergey M․
2016-05-09[downloader/external] Call ffmpeg with with HTTP_PROXY env variable set (#9437)Sergey M․
2016-05-09[test_compat] Avoid None values for compat_setenvSergey M․