summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [YoutubeDL] format spec: allow grouping specifiers with parenthesesJaime Marquínez Ferrándiz2015-06-292-2/+61
|
* [YoutubeDL] format spec: treat 'all' like a normal specifierJaime Marquínez Ferrándiz2015-06-282-7/+11
| | | | So you can use filters with it, for example 'all[width>=400][width<=600]'.
* [YoutubeDL] rework how the format spec is processedJaime Marquínez Ferrándiz2015-06-283-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 _TESTYen Chi Hsuan2015-06-281-8/+8
| | | | The original test case is gone
* [twitch:vod] Fix 'Source' format in m3u8 (closes #6115)Yen Chi Hsuan2015-06-281-1/+1
|
* [twitter:card] Add extractor (#5239)Sergey M․2015-06-282-0/+73
|
* [downloader/external] Fix externals downloaders specified with extension on ↵Sergey M․2015-06-281-1/+2
| | | | Windows
* [smotri] Add tests for password protected videosSergey M․2015-06-271-2/+37
|
* [smotri] Remove non relevant testSergey M․2015-06-271-15/+0
|
* [smotri] Fix password protected video extractionSergey M․2015-06-271-1/+10
|
* Merge pull request #6081 from yan12125/skip_problematic_sitesSergey M.2015-06-273-1/+4
|\ | | | | [planetaplay/quickvid/vube] Skip inaccessible sites
| * [planetaplay/quickvid/vube] Skip inaccessible sitesYen Chi Hsuan2015-06-253-1/+4
| |
* | [snagfilms] More testsSergey M․2015-06-271-0/+8
| |
* | [snagfilms] Capture not available errorSergey M․2015-06-271-1/+5
| |
* | [snagfilms:embed] Capture geolocation restriction errorSergey M․2015-06-271-1/+7
| |
* | [snagfilms] Add support for showsSergey M․2015-06-271-3/+16
| |
* | Merge branch 'remitamine-snagfilms'Sergey M․2015-06-273-0/+159
|\ \
| * | [extractor/generic] Add test for snagfilms embedsSergey M․2015-06-271-0/+9
| | |
| * | [extractor/generic] Add support for snagfilms embedsSergey M․2015-06-271-0/+6
| | |
| * | [snagfilms] Add routine for generic embeds extractionsSergey M․2015-06-271-0/+7
| | |
| * | [snagfilms] Improve and simplifySergey M․2015-06-272-63/+115
| | |
| * | Merge branch 'snagfilms' of https://github.com/remitamine/youtube-dl into ↵Sergey M․2015-06-272-0/+85
| |\ \ | | | | | | | | | | | | remitamine-snagfilms
| | * | download all pages before start extracting inforemitamine2015-06-271-5/+4
| | | |
| | * | add support for embed linksremitamine2015-06-271-14/+34
| | | |
| | * | remove unnecessary symbolic name for groupremitamine2015-06-261-2/+0
| | | |
| | * | convert tabs to 4 spaces identationremitamine2015-06-261-57/+57
| | | |
| | * | [snagfilms] Add new extractorremitamine2015-06-262-0/+68
| | | |
* | | | [newstube] style: fix alignmentJaime Marquínez Ferrándiz2015-06-271-1/+1
| | | |
* | | | [newstube] Fix GUID extraction (fixes #6109)Jaime Marquínez Ferrándiz2015-06-271-1/+1
|/ / /
* | | [options] Add missing whitespace and split linesSergey M․2015-06-271-1/+2
| | |
* | | [vk] Fix authentication (Closes #6105)Sergey M․2015-06-271-9/+16
| | |
* | | [youtube] More useful messages for georestricted videos (#5716)Yen Chi Hsuan2015-06-271-0/+7
| | |
* | | [utils] Add ISO3166UtilsYen Chi Hsuan2015-06-271-0/+260
| | |
* | | [lynda] Fix non-ASCII logins/passwords on python 2Sergey M․2015-06-261-2/+2
| | |
* | | [lynda] Fix confirm login request (#6088)Sergey M․2015-06-261-1/+1
| | |
* | | [lynda] Fix login request (Closes #6088)Sergey M․2015-06-261-1/+1
| | |
* | | [infoq] Relax _VALID_URL (Closes #6071)Sergey M․2015-06-251-3/+6
| | |
* | | [downloader/external] Add downloader for httpie (closes #6079)Jaime Marquínez Ferrándiz2015-06-251-0/+8
| |/ |/|
* | [thesixtyone] ModernizeYen Chi Hsuan2015-06-251-7/+3
| |
* | [thesixtyone] Fix audio_serverYen Chi Hsuan2015-06-251-1/+7
| | | | | | | | Some of the songs are moved to Amazon AWS
* | release 2015.06.25Philipp Hagemeister2015-06-253-2/+8
| |
* | [README.md] Fix typoSergey M.2015-06-251-1/+1
| |
* | [extractor/generic] Add test for OnionStudios embedsSergey M․2015-06-241-0/+12
| |
* | [extractor/generic] Add support for OnionStudios embeds (Closes #5841)Sergey M․2015-06-241-0/+6
| |
* | [onionstudios] Add generic embed extraction routineSergey M․2015-06-241-0/+7
| |
* | [onionstudios] Add extractorSergey M․2015-06-242-0/+68
| |
* | [soundcloud:user] Add testSergey M․2015-06-241-0/+3
| |
* | [soundcloud] Improve _VALID_URLSergey M․2015-06-241-1/+1
| | | | | | | | Do not takeover soundcloud:user URLs
* | Merge pull request #5961 from dstftw/force-generic-extractorSergey M.2015-06-244-3/+15
|\ \ | | | | | | Add --force-generic-extractor
| * | [extractor/generic] Clarify generic extraction warningSergey M․2015-06-241-4/+4
| | |