Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | [utils] Add default value for xpath_text | Sergey M․ | 2015-06-28 | 1 | -2/+6 | |
| | | | ||||||
| * | | [YoutubeDL] Handle None width and height similarly to formats | Sergey M․ | 2015-06-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'moviefap' of https://github.com/gebn/youtube-dl into gebn-moviefap | Sergey M․ | 2015-06-28 | 2 | -0/+136 | |
|/| | | ||||||
| * | | [moviefap] Fix `flake8` warnings introduced in 1a5fd4e | George Brighton | 2015-06-27 | 1 | -18/+18 | |
| | | | ||||||
| * | | [moviefap] Move flv videos to formats in the metadata | George Brighton | 2015-06-27 | 1 | -27/+29 | |
| | | | ||||||
| * | | [moviefap] Wrap long lines | George Brighton | 2015-06-27 | 1 | -9/+18 | |
| | | | ||||||
| * | | [moviefap] Explicitly sort formats to handle possible site changes | George Brighton | 2015-06-27 | 1 | -2/+5 | |
| | | | ||||||
| * | | [moviefap] Replace call to `str()` with `compat.compat_str()` | George Brighton | 2015-06-27 | 1 | -1/+2 | |
| | | | ||||||
| * | | [moviefap] Replace calls to `find()` with `util.xpath_text()`. | George Brighton | 2015-06-27 | 1 | -5/+8 | |
| | | | ||||||
| * | | [moviefap] Remove redundant comments | George Brighton | 2015-06-27 | 1 | -7/+1 | |
| | | | ||||||
| * | | [moviefap] Allow non-critical fields to change without breaking extraction | George Brighton | 2015-06-27 | 1 | -7/+7 | |
| | | | ||||||
| * | | [moviefap] Swap and justify tests | George Brighton | 2015-06-27 | 1 | -13/+15 | |
| | | | ||||||
| * | | [moviefap] Add categories to tests | George Brighton | 2015-06-27 | 1 | -2/+4 | |
| | | | ||||||
| * | | [moviefap] Swap test for an alternative non-copyrighted video | George Brighton | 2015-06-27 | 1 | -8/+8 | |
| | | | ||||||
| * | | [moviefap] Fix dictionary comprehension syntax incompatible with Python 2.6 | George Brighton | 2015-06-27 | 1 | -5/+7 | |
| | | | ||||||
| * | | [moviefap] Add new extractor | George Brighton | 2015-06-27 | 2 | -0/+118 | |
| | | | ||||||
* | | | [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 | |
| | | |