summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [mgtv] extract http formatsremitamine2016-05-121-21/+22
| |
* | [nrk] Rework extractor (Closes #9470)Sergey M․2016-05-131-240/+197
| |
* | [twitch:bookmarks] Remove extractorSergey M․2016-05-132-27/+0
| | | | | | | | Bookmarks no longer available
* | [twitch] Skip dead testsSergey M․2016-05-121-0/+3
| |
* | [utils] Unquote crendentials passed to SOCKS proxiesYen Chi Hsuan2016-05-131-1/+3
|/ | | | Fixes #9450
* [bloomberg] Fix test_BloombergYen Chi Hsuan2016-05-121-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 testingYen Chi Hsuan2016-05-121-10/+32
| | | | | | Replaces #9216 Fixes #9214 and test_Bloomberg partially
* [vevo] Delay the georestriction check to prevent false alertsYen Chi Hsuan2016-05-121-6/+4
| | | | Fixes #9408
* [utils] Add Œ and œ found in French to ACCENT_CHARSYen Chi Hsuan2016-05-122-5/+5
| | | | Fixes #9463
* [iqiyi] Fix 1080P extraction (closes #9446)Yen Chi Hsuan2016-05-121-1/+4
|
* [__init__] Simplify colon presence checkSergey M․2016-05-111-1/+1
|
* Bugfix: Allow colons in custom HTTP header values.teemuy2016-05-111-1/+1
|
* [compat] Rename shlex_quote and remove unused subprocess_check_outputYen Chi Hsuan2016-05-103-20/+7
|
* release 2016.05.10Philipp Hagemeister2016-05-104-9/+18
|
* [test/test_socks] Use a different port rangeYen Chi Hsuan2016-05-101-1/+1
| | | | Seems on Travis CI, ports in the original range are often used.
* [options] Update --proxy description for SOCKS proxiesYen Chi Hsuan2016-05-101-1/+4
|
* [socks] Remove a superfluous clauseYen Chi Hsuan2016-05-101-2/+0
|
* [test/test_socks] Test with local SOCKS serversYen Chi Hsuan2016-05-104-3/+51
|
* [compat] Rename struct_(un)pack to compat_struct_(un)packYen Chi Hsuan2016-05-107-42/+42
|
* [utils] Add rationale for register_socks_protocolsYen Chi Hsuan2016-05-101-0/+2
|
* [utils] Register SOCKS protocols in urllib and support SOCKS4AYen Chi Hsuan2016-05-102-1/+13
|
* [socks] Eliminate magic constants and improveYen Chi Hsuan2016-05-101-131/+156
|
* [test/test_socks] Add tests for SOCKS proxiesYen Chi Hsuan2016-05-105-1/+79
|
* [socks] Support SOCKS proxiesYen Chi Hsuan2016-05-102-145/+116
|
* [utils,compat] Move struct_pack and struct_unpack to compat.pyYen Chi Hsuan2016-05-107-28/+38
|
* [socks] Add socks.py from @bluec0re's public domain implementationYen Chi Hsuan2016-05-101-0/+336
| | | | https://gist.github.com/bluec0re/cafd3764412967417fd3
* [downloader/hls] PEP 8Sergey M․2016-05-091-1/+1
|
* [test_compat] Remove unused importSergey M․2016-05-091-1/+0
|
* [downloader/external] Call ffmpeg with with HTTP_PROXY env variable set (#9437)Sergey M․2016-05-091-1/+14
|
* [test_compat] Avoid None values for compat_setenvSergey M․2016-05-091-1/+1
|
* [test_compat] Use compat_setenvSergey M․2016-05-091-7/+3
|
* [compat] Add compat_setenvSergey M․2016-05-092-0/+18
|
* [downloader/hls] Add event media playlists to unsupported features of hlsnativeSergey M․2016-05-091-0/+3
|
* [downloader/hls] Remove EXT-X-MEDIA-SEQUENCE from unsupported features for ↵Sergey M․2016-05-091-1/+3
| | | | hlsnative
* Credit @sleep-walker for #9431Sergey M․2016-05-091-0/+1
|
* [ceskatelevize] Simplify, restore bonus video test and skip georestricted ↵Sergey M․2016-05-091-10/+19
| | | | test (Closes #9431)
* [ceskatelevize] Add support for live streamsTomáš Čech2016-05-091-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-delegationSergey M2016-05-081-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-011-0/+23
| | | | | | | | detected
* | [mva] Improve _VALID_URLsSergey M․2016-05-081-2/+2
| |
* | [mva] Add extractor (Closes #6667)Sergey M․2016-05-082-0/+196
| |
* | [litv] Add new extractorYen Chi Hsuan2016-05-082-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-081-15/+43
| |
* | Expanduser for more options with input filesSergey M․2016-05-082-1/+2
| |
* | [downloader/external] Add temp fix ffmpeg m3u8 downloads (Closes #9394)Sergey M․2016-05-081-1/+1
| |
* | Credit @inondle for #9400Sergey M․2016-05-081-0/+1
| |
* | Credit @kdeldycke for #9430Sergey M․2016-05-081-0/+1
| |
* | Merge pull request #9430 from kdeldycke/batch_file_home_expansionSergey M2016-05-071-1/+3
|\ \ | | | | | | Expand user's home in batch file path.
| * | Expand user's home in batch file path.Kevin Deldycke2016-05-071-1/+3
|/ /
* | [telegraaf] Fix extractor (closes #9318)Yen Chi Hsuan2016-05-081-7/+51
| |