aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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․
2016-05-09[test_compat] Use compat_setenvSergey M․
2016-05-09[compat] Add compat_setenvSergey M․
2016-05-09[downloader/hls] Add event media playlists to unsupported features of hlsnativeSergey M․
2016-05-09[downloader/hls] Remove EXT-X-MEDIA-SEQUENCE from unsupported features for ↵Sergey M․
hlsnative
2016-05-09Credit @sleep-walker for #9431Sergey M․
2016-05-09[ceskatelevize] Simplify, restore bonus video test and skip georestricted ↵Sergey M․
test (Closes #9431)
2016-05-09[ceskatelevize] Add support for live streamsTomáš Čech
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.
2016-05-08Merge pull request #9358 from dstftw/hls-native-to-ffmpeg-delegationSergey M
[downloader/hls] Delegate extraction to ffmpeg when unsupported features detected
2016-05-08[mva] Improve _VALID_URLsSergey M․
2016-05-08[mva] Add extractor (Closes #6667)Sergey M․
2016-05-08[litv] Add new extractorYen Chi Hsuan
LiTV is a streaming platform providing free and paid legal contents in Taiwan.
2016-05-08[arte] Improve language preference (Closes #9401, closes #9162)Sergey M․
2016-05-08Expanduser for more options with input filesSergey M․
2016-05-08[downloader/external] Add temp fix ffmpeg m3u8 downloads (Closes #9394)Sergey M․
2016-05-08Credit @inondle for #9400Sergey M․
2016-05-08Credit @kdeldycke for #9430Sergey M․
2016-05-07Merge pull request #9430 from kdeldycke/batch_file_home_expansionSergey M
Expand user's home in batch file path.
2016-05-07Expand user's home in batch file path.Kevin Deldycke
2016-05-08[telegraaf] Fix extractor (closes #9318)Yen Chi Hsuan
2016-05-07[flickr] Extract uploader URL (Closes #9426)Sergey M․
2016-05-07[flickr] extract license field(closes #9425)remitamine
2016-05-06Merge pull request #9400 from inondle/masterSergey M
[liveleak] Adds support for thumbnails and updates tests
2016-05-06[liveleak] Adds support for thumbnails, updates testsinondle
2016-05-06[vevo] Revert videoplayer.vevo.com to api.vevo.comSergey M․
2016-05-06[vevo] Allow request to api.vevo.com to fail (Closes #9417)Sergey M․
I don't know whether this it's tempopary or api has just gone
2016-05-06[youtube] Allow empty attribute values in description regexSergey M․
2016-05-06[utils] Allow empty attribute values in get_element_by_attribute (Closes #9415)Sergey M․
2016-05-06[vk] improve extraction(fixes #7976)remitamine
2016-05-06[periscope:user] Add new extractor for user pagesYen Chi Hsuan
Closes #9388
2016-05-06Merge pull request #9367 from codesparkle/masterYen Chi Hsuan
Feature: --restrict-filenames: replace accented characters by their unaccented counterpart instead of "_"
2016-05-05[redtube] PEP 8Sergey M․
2016-05-05[redtube] Extract all formats, duration, upload date and view count (Closes ↵Sergey M․
#9397)
2016-05-05[Makefile] Remove more media files in `make clean`Yen Chi Hsuan