summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
| |
* | [flickr] Extract uploader URL (Closes #9426)Sergey M․2016-05-071-1/+6
| |
* | [flickr] extract license field(closes #9425)remitamine2016-05-071-2/+17
| |
* | Merge pull request #9400 from inondle/masterSergey M2016-05-061-2/+7
|\ \ | | | | | | [liveleak] Adds support for thumbnails and updates tests
| * | [liveleak] Adds support for thumbnails, updates testsinondle2016-05-061-2/+7
| | |
* | | [vevo] Revert videoplayer.vevo.com to api.vevo.comSergey M․2016-05-061-1/+1
| | |
* | | [vevo] Allow request to api.vevo.com to fail (Closes #9417)Sergey M․2016-05-061-3/+4
| | | | | | | | | | | | I don't know whether this it's tempopary or api has just gone
* | | [youtube] Allow empty attribute values in description regexSergey M․2016-05-061-2/+2
| | |
* | | [utils] Allow empty attribute values in get_element_by_attribute (Closes #9415)Sergey M․2016-05-061-2/+2
| | |
* | | [vk] improve extraction(fixes #7976)remitamine2016-05-063-22/+64
| | |
* | | [periscope:user] Add new extractor for user pagesYen Chi Hsuan2016-05-062-1/+41
| | | | | | | | | | | | Closes #9388
* | | Merge pull request #9367 from codesparkle/masterYen Chi Hsuan2016-05-062-4/+15
|\ \ \ | | | | | | | | Feature: --restrict-filenames: replace accented characters by their unaccented counterpart instead of "_"
| * | | improved performance by extracting accented chars to top levelAdam Thalhammer2016-05-031-5/+7
| | | |
| * | | Instead of replacing accented characters with an underscore when sanitizing ↵Adam Thalhammer2016-05-021-1/+0
| | | | | | | | | | | | | | | | file names in restricted mode, replace them with their non-accented equivalents fixes #9347
| * | | Instead of replacing accented characters with an underscore when sanitizing ↵Adam Thalhammer2016-05-022-4/+14
| | | | | | | | | | | | | | | | file names in restricted mode, replace them with their non-accented equivalents fixes #9347
* | | | [redtube] PEP 8Sergey M․2016-05-051-1/+0
| | | |
* | | | [redtube] Extract all formats, duration, upload date and view count (Closes ↵Sergey M․2016-05-051-10/+49
| | | | | | | | | | | | | | | | #9397)
* | | | [Makefile] Remove more media files in `make clean`Yen Chi Hsuan2016-05-051-1/+1
| | | |
* | | | [kuwo:category] Update testYen Chi Hsuan2016-05-051-0/+1
| | | |
* | | | [dailymail] Add new extractor(closes #2667)remitamine2016-05-052-0/+62
| | | |
* | | | [fczenit] Fix extraction and update testYen Chi Hsuan2016-05-051-13/+20
| |/ / |/| | | | | | | | Closes #9359
* | | [yandexmusic:playlist] Update testSergey M․2016-05-041-1/+1
| | |