Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document how to group format selectors | Jaime Marquínez Ferrándiz | 2015-07-10 | 1 | -1/+1 |
| | |||||
* | [YoutubeDL] format spec: add additional checks for invalid syntax | Jaime Marquínez Ferrándiz | 2015-07-10 | 2 | -0/+14 |
| | |||||
* | [YoutubeDL] format spec: Do not fail when a filter gives an empty result | Jaime Marquínez Ferrándiz | 2015-07-04 | 2 | -1/+11 |
| | | | | For example with 'best[height<40]' we ended getting a 'IndexError: list index out of range'. | ||||
* | [YoutubeDL] format spec: fix handling of '/' with ',' | Jaime Marquínez Ferrándiz | 2015-07-04 | 2 | -2/+9 |
| | | | | When using 'bestvideo/best,bestaudio', 'bestvideo/best' must be set as the current_selector (instead of appending it to the selectors), otherwise when it gets the ',' it would append 'None' to the selectors. | ||||
* | [YoutubeDL] format spec: Fix handling of '+' with '/' | Jaime Marquínez Ferrándiz | 2015-06-30 | 2 | -10/+23 |
| | | | | 'bestvideo+bestaudio/best' was incorrectly interpreted as 'bestvideo+(bestaudio/best)', so it would fail if 'bestaudio' doesn't exist instead of falling back to 'best'. | ||||
* | [YoutubeDL] format spec: allow grouping specifiers with parentheses | Jaime Marquínez Ferrándiz | 2015-06-29 | 2 | -2/+61 |
| | |||||
* | [YoutubeDL] format spec: treat 'all' like a normal specifier | Jaime Marquínez Ferrándiz | 2015-06-28 | 2 | -7/+11 |
| | | | | So you can use filters with it, for example 'all[width>=400][width<=600]'. | ||||
* | [YoutubeDL] rework how the format spec is processed | Jaime Marquínez Ferrándiz | 2015-06-28 | 3 | -121/+209 |
| | | | | | The spec string is processed using 'tokenize.tokenize' to split it in words and operators, the filters are still processed using regular expressions. This should make easier to allow grouping operators with parens. | ||||
* | [twitch:vod] Update _TEST | Yen Chi Hsuan | 2015-06-28 | 1 | -8/+8 |
| | | | | The original test case is gone | ||||
* | [twitch:vod] Fix 'Source' format in m3u8 (closes #6115) | Yen Chi Hsuan | 2015-06-28 | 1 | -1/+1 |
| | |||||
* | [twitter:card] Add extractor (#5239) | Sergey M․ | 2015-06-28 | 2 | -0/+73 |
| | |||||
* | [downloader/external] Fix externals downloaders specified with extension on ↵ | Sergey M․ | 2015-06-28 | 1 | -1/+2 |
| | | | | Windows | ||||
* | [smotri] Add tests for password protected videos | Sergey M․ | 2015-06-27 | 1 | -2/+37 |
| | |||||
* | [smotri] Remove non relevant test | Sergey M․ | 2015-06-27 | 1 | -15/+0 |
| | |||||
* | [smotri] Fix password protected video extraction | Sergey M․ | 2015-06-27 | 1 | -1/+10 |
| | |||||
* | Merge pull request #6081 from yan12125/skip_problematic_sites | Sergey M. | 2015-06-27 | 3 | -1/+4 |
|\ | | | | | [planetaplay/quickvid/vube] Skip inaccessible sites | ||||
| * | [planetaplay/quickvid/vube] Skip inaccessible sites | Yen Chi Hsuan | 2015-06-25 | 3 | -1/+4 |
| | | |||||
* | | [snagfilms] More tests | Sergey M․ | 2015-06-27 | 1 | -0/+8 |
| | | |||||
* | | [snagfilms] Capture not available error | Sergey M․ | 2015-06-27 | 1 | -1/+5 |
| | | |||||
* | | [snagfilms:embed] Capture geolocation restriction error | Sergey M․ | 2015-06-27 | 1 | -1/+7 |
| | | |||||
* | | [snagfilms] Add support for shows | Sergey M․ | 2015-06-27 | 1 | -3/+16 |
| | | |||||
* | | Merge branch 'remitamine-snagfilms' | Sergey M․ | 2015-06-27 | 3 | -0/+159 |
|\ \ | |||||
| * | | [extractor/generic] Add test for snagfilms embeds | Sergey M․ | 2015-06-27 | 1 | -0/+9 |
| | | | |||||
| * | | [extractor/generic] Add support for snagfilms embeds | Sergey M․ | 2015-06-27 | 1 | -0/+6 |
| | | | |||||
| * | | [snagfilms] Add routine for generic embeds extractions | Sergey M․ | 2015-06-27 | 1 | -0/+7 |
| | | | |||||
| * | | [snagfilms] Improve and simplify | Sergey M․ | 2015-06-27 | 2 | -63/+115 |
| | | | |||||
| * | | Merge branch 'snagfilms' of https://github.com/remitamine/youtube-dl into ↵ | Sergey M․ | 2015-06-27 | 2 | -0/+85 |
| |\ \ | | | | | | | | | | | | | remitamine-snagfilms | ||||
| | * | | download all pages before start extracting info | remitamine | 2015-06-27 | 1 | -5/+4 |
| | | | | |||||
| | * | | add support for embed links | remitamine | 2015-06-27 | 1 | -14/+34 |
| | | | | |||||
| | * | | remove unnecessary symbolic name for group | remitamine | 2015-06-26 | 1 | -2/+0 |
| | | | | |||||
| | * | | convert tabs to 4 spaces identation | remitamine | 2015-06-26 | 1 | -57/+57 |
| | | | | |||||
| | * | | [snagfilms] Add new extractor | remitamine | 2015-06-26 | 2 | -0/+68 |
| | | | | |||||
* | | | | [newstube] style: fix alignment | Jaime Marquínez Ferrándiz | 2015-06-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | [newstube] Fix GUID extraction (fixes #6109) | Jaime Marquínez Ferrándiz | 2015-06-27 | 1 | -1/+1 |
|/ / / | |||||
* | | | [options] Add missing whitespace and split lines | Sergey M․ | 2015-06-27 | 1 | -1/+2 |
| | | | |||||
* | | | [vk] Fix authentication (Closes #6105) | Sergey M․ | 2015-06-27 | 1 | -9/+16 |
| | | | |||||
* | | | [youtube] More useful messages for georestricted videos (#5716) | Yen Chi Hsuan | 2015-06-27 | 1 | -0/+7 |
| | | | |||||
* | | | [utils] Add ISO3166Utils | Yen Chi Hsuan | 2015-06-27 | 1 | -0/+260 |
| | | | |||||
* | | | [lynda] Fix non-ASCII logins/passwords on python 2 | Sergey M․ | 2015-06-26 | 1 | -2/+2 |
| | | | |||||
* | | | [lynda] Fix confirm login request (#6088) | Sergey M․ | 2015-06-26 | 1 | -1/+1 |
| | | | |||||
* | | | [lynda] Fix login request (Closes #6088) | Sergey M․ | 2015-06-26 | 1 | -1/+1 |
| | | | |||||
* | | | [infoq] Relax _VALID_URL (Closes #6071) | Sergey M․ | 2015-06-25 | 1 | -3/+6 |
| | | | |||||
* | | | [downloader/external] Add downloader for httpie (closes #6079) | Jaime Marquínez Ferrándiz | 2015-06-25 | 1 | -0/+8 |
| |/ |/| | |||||
* | | [thesixtyone] Modernize | Yen Chi Hsuan | 2015-06-25 | 1 | -7/+3 |
| | | |||||
* | | [thesixtyone] Fix audio_server | Yen Chi Hsuan | 2015-06-25 | 1 | -1/+7 |
| | | | | | | | | Some of the songs are moved to Amazon AWS | ||||
* | | release 2015.06.25 | Philipp Hagemeister | 2015-06-25 | 3 | -2/+8 |
| | | |||||
* | | [README.md] Fix typo | Sergey M. | 2015-06-25 | 1 | -1/+1 |
| | | |||||
* | | [extractor/generic] Add test for OnionStudios embeds | Sergey M․ | 2015-06-24 | 1 | -0/+12 |
| | | |||||
* | | [extractor/generic] Add support for OnionStudios embeds (Closes #5841) | Sergey M․ | 2015-06-24 | 1 | -0/+6 |
| | | |||||
* | | [onionstudios] Add generic embed extraction routine | Sergey M․ | 2015-06-24 | 1 | -0/+7 |
| | |