Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [3qsdn] Add extractor | Sergey M․ | 2016-05-14 | 2 | -0/+133 | |
| | ||||||
* | [test_utils] PEP 8 | Sergey M․ | 2016-05-14 | 1 | -1/+0 | |
| | ||||||
* | [ora] Revert extraction to regexes | Sergey M․ | 2016-05-14 | 1 | -13/+14 | |
| | | | | It's less fragile than using js_to_json with ora js | |||||
* | [utils] Process non-base 10 integers in js_to_json | Sergey M․ | 2016-05-14 | 2 | -0/+31 | |
| | ||||||
* | [ora] minimise fragile regex shenanigans; recognise unsafespeech.com URLs | felix | 2016-05-14 | 1 | -9/+11 | |
| | ||||||
* | [utils] js_to_json: various improvements | felix | 2016-05-14 | 2 | -14/+28 | |
| | | | | now JS object literals like { /* " */ 0: ",]\xaa<\/p>", } will be correctly converted to JSON. | |||||
* | Merge pull request #9492 from jwilk/teamcoco | Yen Chi Hsuan | 2016-05-14 | 1 | -1/+1 | |
|\ | | | | | [teamcoco] Fix base64 regexp | |||||
| * | [teamcoco] Fix base64 regexp | Jakub Wilk | 2016-05-14 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #9493 from jwilk/errno | Yen Chi Hsuan | 2016-05-14 | 1 | -1/+1 | |
|\ \ | |/ |/| | Don't hardcode errno constant | |||||
| * | Don't hardcode errno constant | Jakub Wilk | 2016-05-14 | 1 | -1/+1 | |
|/ | | | | | The value of ENOENT is architecture-dependent, so don't assume it's always 2. | |||||
* | [test/test_socks] Skip SOCKS tests | Yen Chi Hsuan | 2016-05-14 | 1 | -0/+11 | |
| | | | | | They occasional trigger errors or blocks (https://travis-ci.org/rg3/youtube-dl/jobs/130184883) | |||||
* | Merge pull request #9466 from TRox1972/patch-1 | Yen Chi Hsuan | 2016-05-14 | 1 | -1/+1 | |
|\ | | | | | Update README.md | |||||
| * | Update README.md | TRox1972 | 2016-05-12 | 1 | -1/+1 | |
| | | ||||||
* | | [cinemassacre] Remove extractor (Closes #9457) | Sergey M․ | 2016-05-14 | 2 | -120/+0 | |
| | | | | | | | | It now uses jwplatform | |||||
* | | [YoutubeDL] Sanitize url for url and url_transparent extraction results | Sergey M․ | 2016-05-14 | 1 | -0/+1 | |
| | | ||||||
* | | [sina] fix extraction(fixes #1146) | remitamine | 2016-05-13 | 1 | -40/+84 | |
| | | ||||||
* | | [imdb] Improve extraction | Sergey M․ | 2016-05-13 | 1 | -7/+21 | |
| | | ||||||
* | | [imdb] Relax _VALID_URL (Closes #9481) | Sergey M․ | 2016-05-13 | 1 | -3/+6 | |
| | | ||||||
* | | [openload] Fix extraction (closes #9472) | Yen Chi Hsuan | 2016-05-13 | 1 | -1/+1 | |
| | | ||||||
* | | [brightcove] change the protocol for m3u8 formats to m3u8_native | remitamine | 2016-05-13 | 1 | -5/+7 | |
| | | ||||||
* | | [nrk] extract m3u8 formats | remitamine | 2016-05-13 | 1 | -23/+16 | |
| | | ||||||
* | | [extractors] add import for UstudioEmbedIE | remitamine | 2016-05-13 | 1 | -1/+4 | |
| | | ||||||
* | | [ustudio] add support ustudio app/embed urls | remitamine | 2016-05-13 | 1 | -4/+62 | |
| | | ||||||
* | | [mgtv] extract http formats | remitamine | 2016-05-12 | 1 | -21/+22 | |
| | | ||||||
* | | [nrk] Rework extractor (Closes #9470) | Sergey M․ | 2016-05-13 | 1 | -240/+197 | |
| | | ||||||
* | | [twitch:bookmarks] Remove extractor | Sergey M․ | 2016-05-13 | 2 | -27/+0 | |
| | | | | | | | | Bookmarks no longer available | |||||
* | | [twitch] Skip dead tests | Sergey M․ | 2016-05-12 | 1 | -0/+3 | |
| | | ||||||
* | | [utils] Unquote crendentials passed to SOCKS proxies | Yen Chi Hsuan | 2016-05-13 | 1 | -1/+3 | |
|/ | | | | Fixes #9450 | |||||
* | [bloomberg] Fix test_Bloomberg | Yen Chi Hsuan | 2016-05-12 | 1 | -0/+3 | |
| | | | | | | | 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. | |||||
* | [downloader/f4m] Tolerate truncate segments when testing | Yen Chi Hsuan | 2016-05-12 | 1 | -10/+32 | |
| | | | | | | Replaces #9216 Fixes #9214 and test_Bloomberg partially | |||||
* | [vevo] Delay the georestriction check to prevent false alerts | Yen Chi Hsuan | 2016-05-12 | 1 | -6/+4 | |
| | | | | Fixes #9408 | |||||
* | [utils] Add Œ and œ found in French to ACCENT_CHARS | Yen Chi Hsuan | 2016-05-12 | 2 | -5/+5 | |
| | | | | Fixes #9463 | |||||
* | [iqiyi] Fix 1080P extraction (closes #9446) | Yen Chi Hsuan | 2016-05-12 | 1 | -1/+4 | |
| | ||||||
* | [__init__] Simplify colon presence check | Sergey M․ | 2016-05-11 | 1 | -1/+1 | |
| | ||||||
* | Bugfix: Allow colons in custom HTTP header values. | teemuy | 2016-05-11 | 1 | -1/+1 | |
| | ||||||
* | [compat] Rename shlex_quote and remove unused subprocess_check_output | Yen Chi Hsuan | 2016-05-10 | 3 | -20/+7 | |
| | ||||||
* | release 2016.05.10 | Philipp Hagemeister | 2016-05-10 | 4 | -9/+18 | |
| | ||||||
* | [test/test_socks] Use a different port range | Yen Chi Hsuan | 2016-05-10 | 1 | -1/+1 | |
| | | | | Seems on Travis CI, ports in the original range are often used. | |||||
* | [options] Update --proxy description for SOCKS proxies | Yen Chi Hsuan | 2016-05-10 | 1 | -1/+4 | |
| | ||||||
* | [socks] Remove a superfluous clause | Yen Chi Hsuan | 2016-05-10 | 1 | -2/+0 | |
| | ||||||
* | [test/test_socks] Test with local SOCKS servers | Yen Chi Hsuan | 2016-05-10 | 4 | -3/+51 | |
| | ||||||
* | [compat] Rename struct_(un)pack to compat_struct_(un)pack | Yen Chi Hsuan | 2016-05-10 | 7 | -42/+42 | |
| | ||||||
* | [utils] Add rationale for register_socks_protocols | Yen Chi Hsuan | 2016-05-10 | 1 | -0/+2 | |
| | ||||||
* | [utils] Register SOCKS protocols in urllib and support SOCKS4A | Yen Chi Hsuan | 2016-05-10 | 2 | -1/+13 | |
| | ||||||
* | [socks] Eliminate magic constants and improve | Yen Chi Hsuan | 2016-05-10 | 1 | -131/+156 | |
| | ||||||
* | [test/test_socks] Add tests for SOCKS proxies | Yen Chi Hsuan | 2016-05-10 | 5 | -1/+79 | |
| | ||||||
* | [socks] Support SOCKS proxies | Yen Chi Hsuan | 2016-05-10 | 2 | -145/+116 | |
| | ||||||
* | [utils,compat] Move struct_pack and struct_unpack to compat.py | Yen Chi Hsuan | 2016-05-10 | 7 | -28/+38 | |
| | ||||||
* | [socks] Add socks.py from @bluec0re's public domain implementation | Yen Chi Hsuan | 2016-05-10 | 1 | -0/+336 | |
| | | | | https://gist.github.com/bluec0re/cafd3764412967417fd3 | |||||
* | [downloader/hls] PEP 8 | Sergey M․ | 2016-05-09 | 1 | -1/+1 | |
| |