Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | [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 | |
| | ||||||
* | [test_compat] Remove unused import | Sergey M․ | 2016-05-09 | 1 | -1/+0 | |
| | ||||||
* | [downloader/external] Call ffmpeg with with HTTP_PROXY env variable set (#9437) | Sergey M․ | 2016-05-09 | 1 | -1/+14 | |
| | ||||||
* | [test_compat] Avoid None values for compat_setenv | Sergey M․ | 2016-05-09 | 1 | -1/+1 | |
| | ||||||
* | [test_compat] Use compat_setenv | Sergey M․ | 2016-05-09 | 1 | -7/+3 | |
| | ||||||
* | [compat] Add compat_setenv | Sergey M․ | 2016-05-09 | 2 | -0/+18 | |
| | ||||||
* | [downloader/hls] Add event media playlists to unsupported features of hlsnative | Sergey M․ | 2016-05-09 | 1 | -0/+3 | |
| | ||||||
* | [downloader/hls] Remove EXT-X-MEDIA-SEQUENCE from unsupported features for ↵ | Sergey M․ | 2016-05-09 | 1 | -1/+3 | |
| | | | | hlsnative | |||||
* | Credit @sleep-walker for #9431 | Sergey M․ | 2016-05-09 | 1 | -0/+1 | |
| | ||||||
* | [ceskatelevize] Simplify, restore bonus video test and skip georestricted ↵ | Sergey M․ | 2016-05-09 | 1 | -10/+19 | |
| | | | | test (Closes #9431) | |||||
* | [ceskatelevize] Add support for live streams | Tomáš Čech | 2016-05-09 | 1 | -10/+25 | |
| | | | | | | | 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. | |||||
* | Merge pull request #9358 from dstftw/hls-native-to-ffmpeg-delegation | Sergey M | 2016-05-08 | 1 | -0/+23 | |
|\ | | | | | [downloader/hls] Delegate extraction to ffmpeg when unsupported features detected | |||||
| * | [downloader/hls] Delegate extraction to ffmpeg when unsupported features ↵ | Sergey M․ | 2016-05-01 | 1 | -0/+23 | |
| | | | | | | | | detected | |||||
* | | [mva] Improve _VALID_URLs | Sergey M․ | 2016-05-08 | 1 | -2/+2 | |
| | | ||||||
* | | [mva] Add extractor (Closes #6667) | Sergey M․ | 2016-05-08 | 2 | -0/+196 | |
| | | ||||||
* | | [litv] Add new extractor | Yen Chi Hsuan | 2016-05-08 | 2 | -0/+138 | |
| | | | | | | | | | | LiTV is a streaming platform providing free and paid legal contents in Taiwan. | |||||
* | | [arte] Improve language preference (Closes #9401, closes #9162) | Sergey M․ | 2016-05-08 | 1 | -15/+43 | |
| | | ||||||
* | | Expanduser for more options with input files | Sergey M․ | 2016-05-08 | 2 | -1/+2 | |
| | |