Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | ||||||
* | | [downloader/external] Add temp fix ffmpeg m3u8 downloads (Closes #9394) | Sergey M․ | 2016-05-08 | 1 | -1/+1 | |
| | | ||||||
* | | Credit @inondle for #9400 | Sergey M․ | 2016-05-08 | 1 | -0/+1 | |
| | | ||||||
* | | Credit @kdeldycke for #9430 | Sergey M․ | 2016-05-08 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #9430 from kdeldycke/batch_file_home_expansion | Sergey M | 2016-05-07 | 1 | -1/+3 | |
|\ \ | | | | | | | Expand user's home in batch file path. | |||||
| * | | Expand user's home in batch file path. | Kevin Deldycke | 2016-05-07 | 1 | -1/+3 | |
|/ / | ||||||
* | | [telegraaf] Fix extractor (closes #9318) | Yen Chi Hsuan | 2016-05-08 | 1 | -7/+51 | |
| | | ||||||
* | | [flickr] Extract uploader URL (Closes #9426) | Sergey M․ | 2016-05-07 | 1 | -1/+6 | |
| | | ||||||
* | | [flickr] extract license field(closes #9425) | remitamine | 2016-05-07 | 1 | -2/+17 | |
| | | ||||||
* | | Merge pull request #9400 from inondle/master | Sergey M | 2016-05-06 | 1 | -2/+7 | |
|\ \ | | | | | | | [liveleak] Adds support for thumbnails and updates tests | |||||
| * | | [liveleak] Adds support for thumbnails, updates tests | inondle | 2016-05-06 | 1 | -2/+7 | |
| | | | ||||||
* | | | [vevo] Revert videoplayer.vevo.com to api.vevo.com | Sergey M․ | 2016-05-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | [vevo] Allow request to api.vevo.com to fail (Closes #9417) | Sergey M․ | 2016-05-06 | 1 | -3/+4 | |
| | | | | | | | | | | | | I don't know whether this it's tempopary or api has just gone | |||||
* | | | [youtube] Allow empty attribute values in description regex | Sergey M․ | 2016-05-06 | 1 | -2/+2 | |
| | | | ||||||
* | | | [utils] Allow empty attribute values in get_element_by_attribute (Closes #9415) | Sergey M․ | 2016-05-06 | 1 | -2/+2 | |
| | | | ||||||
* | | | [vk] improve extraction(fixes #7976) | remitamine | 2016-05-06 | 3 | -22/+64 | |
| | | | ||||||
* | | | [periscope:user] Add new extractor for user pages | Yen Chi Hsuan | 2016-05-06 | 2 | -1/+41 | |
| | | | | | | | | | | | | Closes #9388 | |||||
* | | | Merge pull request #9367 from codesparkle/master | Yen Chi Hsuan | 2016-05-06 | 2 | -4/+15 | |
|\ \ \ | | | | | | | | | Feature: --restrict-filenames: replace accented characters by their unaccented counterpart instead of "_" | |||||
| * | | | improved performance by extracting accented chars to top level | Adam Thalhammer | 2016-05-03 | 1 | -5/+7 | |
| | | | | ||||||
| * | | | Instead of replacing accented characters with an underscore when sanitizing ↵ | Adam Thalhammer | 2016-05-02 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | file names in restricted mode, replace them with their non-accented equivalents fixes #9347 |