Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ivi] Replace tests | Sergey M․ | 2014-05-30 | 1 | -6/+6 |
| | |||||
* | [ard] Fix title (#3006) | Philipp Hagemeister | 2014-05-30 | 1 | -1/+3 |
| | |||||
* | [nbcnews] Add support for /feature/* pages (closes #3007) | Jaime Marquínez Ferrándiz | 2014-05-30 | 1 | -20/+59 |
| | |||||
* | [ustream] Modernize | Sergey M․ | 2014-05-29 | 1 | -5/+8 |
| | |||||
* | [ustream] Remove unnecessary webpage download | Sergey M․ | 2014-05-29 | 1 | -1/+0 |
| | |||||
* | Merge branch 'ustream-embed-recorded2' of ↵ | Sergey M․ | 2014-05-29 | 1 | -3/+8 |
|\ | | | | | | | https://github.com/anovicecodemonkey/youtube-dl into anovicecodemonkey-ustream-embed-recorded2 | ||||
| * | [UstreamIE] added support for "/embed/recorded/" style URLs (Fixes #2990) | anovicecodemonkey | 2014-05-28 | 1 | -3/+8 |
| | | |||||
* | | [cinemassacre] Improve formats extraction and modernize | Sergey M․ | 2014-05-28 | 1 | -15/+28 |
| | | |||||
* | | Merge branch 'cinemassacre' of https://github.com/rzhxeo/youtube-dl into ↵ | Sergey M․ | 2014-05-28 | 1 | -24/+26 |
|\ \ | |/ |/| | | | rzhxeo-cinemassacre | ||||
| * | [CinemassacreIE] Extract all available video/audio formats | rzhxeo | 2014-05-22 | 1 | -24/+26 |
| | | |||||
* | | [nuvid] Fix video URL extraction | Sergey M․ | 2014-05-27 | 1 | -1/+1 |
| | | |||||
* | | [nrktv] Add support for tv.nrk.no (Closes #2980) | Sergey M․ | 2014-05-25 | 2 | -2/+83 |
| | | |||||
* | | Merge pull request #2953 from codesparkle/ndr-regexes-escape-correctly | Sergey M. | 2014-05-25 | 1 | -7/+8 |
|\ \ | | | | | | | [ndr] fix regexes containing illegal characters | ||||
| * | | The opening curly brace, '{', is a regex reserved control character, so it ↵ | codesparkle | 2014-05-19 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | | | | | | | needs to be escaped (see http://stackoverflow.com/a/400316/1106367) Minor improvements: no need to sort the whole list if all we need is the maximum element, also instead of reinventing the wheel we can use utils to get indices from qualities. | ||||
* | | | [streamcz] Workaround CertificateError | Sergey M․ | 2014-05-25 | 1 | -1/+1 |
| | | | |||||
* | | | [streamcz] Use compat_str | Sergey M․ | 2014-05-25 | 1 | -2/+5 |
| | | | |||||
* | | | [StreamCZ] correct video id + add test | pulpe | 2014-05-24 | 1 | -3/+14 |
| | | | |||||
* | | | [empflix] Fix extraction | Sergey M․ | 2014-05-24 | 1 | -8/+14 |
| | | | |||||
* | | | [pornhub] Fix uploader extraction | Sergey M․ | 2014-05-24 | 1 | -1/+1 |
| | | | |||||
* | | | [swrmediathek] Extract direct links from JSON and add support for audio files | Sergey M․ | 2014-05-23 | 1 | -33/+63 |
| | | | |||||
* | | | [swrmediathek] Simplify | Sergey M․ | 2014-05-22 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #2944 from pulpe/SWRMediathek | Sergey M. | 2014-05-22 | 2 | -0/+75 |
|\ \ \ | |_|/ |/| | | [SWRMediathek] add support for swrmediathek.de (fixes #2929) | ||||
| * | | [SWRMediathek] add support for swrmediathek.de | pulpe | 2014-05-18 | 2 | -0/+75 |
| |/ | |||||
* | | [gamekings] Update test description | Sergey M․ | 2014-05-21 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2939 from codesparkle/upload-date-fix | Sergey M. | 2014-05-20 | 3 | -30/+20 |
|\ \ | | | | | | | No longer erroneously calculate upload_date within some extractors | ||||
| * | | removed duplicate and somemtimes incorrect logic for parsing upload date as ↵ | codesparkle | 2014-05-17 | 3 | -30/+20 |
| | | | | | | | | | | | | this job is already taken care of automatically by YoutubeDL.py | ||||
* | | | [bandcamp] Replace maxsplit keyword argument with regular one | Sergey M․ | 2014-05-20 | 1 | -1/+1 |
| | | | | | | | | | | | | Named arguments are not supported by methods implemented in native C (see http://bugs.python.org/issue1176) | ||||
* | | | Merge branch 'bandcamp-albums-regex-duplicate-fix' of ↵ | Sergey M․ | 2014-05-20 | 1 | -22/+16 |
|\ \ \ | | | | | | | | | | | | | https://github.com/codesparkle/youtube-dl into codesparkle-bandcamp-albums-regex-duplicate-fix | ||||
| * | | | Fixed test failure in test_all_urls: test_no_duplicates: BandcampAlbumIE ↵ | codesparkle | 2014-05-17 | 1 | -22/+16 |
| |/ / | | | | | | | | | | | | | | | | | | | inappropriately matched non-album bandcamp links as well. BandcampIE changed to report full-accuracy duration instead of unnecessarily rounding it to the nearest integer. Simplified conditionals and parsing a bit. Fixed typos. | ||||
* | | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-05-19 | 1 | -5/+4 |
|\ \ \ | |||||
| * | | | [nowness] Update test file md5 and modernize | Sergey M․ | 2014-05-19 | 1 | -5/+4 |
| | |/ | |/| | |||||
* / | | [generic] Abort if user passes in URL "url" (#2942) | Philipp Hagemeister | 2014-05-19 | 1 | -2/+7 |
|/ / | |||||
* | | [ndr] Improve thumbnail extraction | Sergey M․ | 2014-05-18 | 1 | -1/+1 |
| | | |||||
* | | [generic] Support pagespeed_iframe for NovaMov embeds | Sergey M․ | 2014-05-17 | 1 | -1/+1 |
| | | |||||
* | | [ndr] Fix title, description and duration extraction | Sergey M․ | 2014-05-17 | 1 | -6/+8 |
| | | |||||
* | | [ndr] Fix thumbnail extraction | Sergey M․ | 2014-05-17 | 1 | -4/+6 |
|/ | |||||
* | [youtube] Recognize a second format of the upload_date in the ↵ | Jaime Marquínez Ferrándiz | 2014-05-16 | 1 | -1/+1 |
| | | | | 'watch-uploader-info' element (#2911) | ||||
* | Merge remote-tracking branch 'codesparkle/fix-photobucket-url' (closes #2934) | Jaime Marquínez Ferrándiz | 2014-05-16 | 1 | -3/+5 |
|\ | | | | | | | Fix photobucket url extraction | ||||
| * | test_download works for photobucket after this change | codesparkle | 2014-05-17 | 1 | -3/+5 |
|/ | |||||
* | [youtube] Fix extraction of the feed 'paging' values (fixes #2925) | Jaime Marquínez Ferrándiz | 2014-05-16 | 1 | -2/+5 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2014-05-16 | 1 | -1/+1 |
|\ | |||||
| * | [generic] Fix redirect | Sergey M․ | 2014-05-16 | 1 | -1/+1 |
| | | |||||
* | | [francetv] Add support for non-numeric video IDs (Fixes #2927) | Philipp Hagemeister | 2014-05-16 | 1 | -5/+17 |
|/ | |||||
* | [youtube] Look for published-on date if uploaded-on is not found | Philipp Hagemeister | 2014-05-16 | 1 | -0/+4 |
| | | | | Fixes #2911 | ||||
* | [bliptv] Switch extraction to RSS (Closes #2920) | Sergey M․ | 2014-05-15 | 1 | -81/+105 |
| | |||||
* | [youtube] Fix typo | Jaime Marquínez Ferrándiz | 2014-05-15 | 1 | -1/+1 |
| | |||||
* | Document and test categories (#2923) | Philipp Hagemeister | 2014-05-15 | 2 | -7/+11 |
| | |||||
* | [extractor/common] --write-pages: Correct file name if video_id is None | Philipp Hagemeister | 2014-05-15 | 1 | -1/+1 |
| | |||||
* | [youtube] Video categories added to metadata | Dario Guarascio | 2014-05-15 | 1 | -0/+9 |
| | |||||
* | [gamespot] Update test URL and modernize | Sergey M․ | 2014-05-14 | 1 | -5/+6 |
| |