summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2014.05.30.1 2014.05.30.1Philipp Hagemeister2014-05-301-1/+1
|
* [Makefile] Remove CHANGELOG entryPhilipp Hagemeister2014-05-301-1/+1
|
* release 2014.05.30 2014.05.30Philipp Hagemeister2014-05-301-1/+1
|
* [devscripts/release] Do not commit CHANGELOGPhilipp Hagemeister2014-05-301-2/+2
|
* [nbcnews] Add support for /feature/* pages (closes #3007)Jaime Marquínez Ferrándiz2014-05-301-20/+59
|
* Merge branch 'anovicecodemonkey-ustream-embed-recorded2'Sergey M․2014-05-291-7/+14
|\
| * [ustream] ModernizeSergey M․2014-05-291-5/+8
| |
| * [ustream] Remove unnecessary webpage downloadSergey M․2014-05-291-1/+0
| |
| * Merge branch 'ustream-embed-recorded2' of ↵Sergey M․2014-05-291-3/+8
|/| | | | | | | https://github.com/anovicecodemonkey/youtube-dl into anovicecodemonkey-ustream-embed-recorded2
| * [UstreamIE] added support for "/embed/recorded/" style URLs (Fixes #2990)anovicecodemonkey2014-05-281-3/+8
| |
* | Merge branch 'rzhxeo-cinemassacre'Sergey M․2014-05-281-25/+40
|\ \ | |/ |/|
| * [cinemassacre] Improve formats extraction and modernizeSergey M․2014-05-281-15/+28
| |
| * Merge branch 'cinemassacre' of https://github.com/rzhxeo/youtube-dl into ↵Sergey M․2014-05-281-24/+26
|/| | | | | | | rzhxeo-cinemassacre
| * [CinemassacreIE] Extract all available video/audio formatsrzhxeo2014-05-221-24/+26
| |
* | [nuvid] Fix video URL extractionSergey M․2014-05-271-1/+1
| |
* | [ivi] Update playlist testsSergey M․2014-05-261-5/+5
| |
* | [nrktv] Add support for tv.nrk.no (Closes #2980)Sergey M․2014-05-252-2/+83
| |
* | Merge pull request #2953 from codesparkle/ndr-regexes-escape-correctlySergey M.2014-05-251-7/+8
|\ \ | | | | | | [ndr] fix regexes containing illegal characters
| * | The opening curly brace, '{', is a regex reserved control character, so it ↵codesparkle2014-05-191-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.
* | | Merge pull request #2960 from codesparkle/fix-test-format-note-regexSergey M.2014-05-251-2/+2
|\ \ \ | | | | | | | | [test] fixed typo in test_format_note (test_YoutubeDL)
| * | | fixed (what I assume was a typo) that caused test_format_note to always fail.codesparkle2014-05-211-2/+2
| | | | | | | | | | | | | | | | This test was introduced in c57f7757101690681af2eb8c40c8bf81bbe6e64f.
* | | | [streamcz] Workaround CertificateErrorSergey M․2014-05-251-1/+1
| | | |
* | | | [streamcz] Use compat_strSergey M․2014-05-251-2/+5
| | | |
* | | | Merge pull request #2979 from pulpe/streamcz_fixSergey M.2014-05-251-3/+14
|\ \ \ \ | | | | | | | | | | [StreamCZ] correct video id + add test
| * | | | [StreamCZ] correct video id + add testpulpe2014-05-241-3/+14
|/ / / /
* | | | [empflix] Fix extractionSergey M․2014-05-241-8/+14
| | | |
* | | | [pornhub] Fix uploader extractionSergey M․2014-05-241-1/+1
| | | |
* | | | [swrmediathek] Extract direct links from JSON and add support for audio filesSergey M․2014-05-231-33/+63
| | | |
* | | | [swrmediathek] SimplifySergey M․2014-05-221-3/+3
| | | |
* | | | Merge pull request #2944 from pulpe/SWRMediathekSergey M.2014-05-222-0/+75
|\ \ \ \ | |_|_|/ |/| | | [SWRMediathek] add support for swrmediathek.de (fixes #2929)
| * | | [SWRMediathek] add support for swrmediathek.depulpe2014-05-182-0/+75
| | | |
* | | | [gamekings] Update test descriptionSergey M․2014-05-211-1/+1
| |/ / |/| |
* | | Merge pull request #2940 from codesparkle/remove-unused-filesPhilipp Hagemeister2014-05-211-14/+0
|\ \ \ | | | | | | | | Remove old, unused CHANGELOG and LATEST_VERSION files
| * | | Bringing back LATEST_VERSIONcodesparkle2014-05-211-0/+1
| | | |
| * | | CHANGELOG and LATEST_VERSION seem to serve no purpose at all. They haven't ↵codesparkle2014-05-172-15/+0
| | | | | | | | | | | | | | | | been changed in years. Unless these are actually used somewhere, let's get rid of them.
* | | | Credit @codesparkle for #2928, #2934, #2938, #2939Sergey M․2014-05-201-0/+1
| | | |
* | | | Merge pull request #2939 from codesparkle/upload-date-fixSergey M.2014-05-203-30/+20
|\ \ \ \ | | | | | | | | | | No longer erroneously calculate upload_date within some extractors
| * | | | removed duplicate and somemtimes incorrect logic for parsing upload date as ↵codesparkle2014-05-173-30/+20
| |/ / / | | | | | | | | | | | | this job is already taken care of automatically by YoutubeDL.py
* | | | Merge branch 'codesparkle-bandcamp-albums-regex-duplicate-fix'Sergey M․2014-05-201-22/+16
|\ \ \ \
| * | | | [bandcamp] Replace maxsplit keyword argument with regular oneSergey M․2014-05-201-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-201-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 ↵codesparkle2014-05-171-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-dlPhilipp Hagemeister2014-05-191-5/+4
|\ \ \ \
| * | | | [nowness] Update test file md5 and modernizeSergey M․2014-05-191-5/+4
| | |_|/ | |/| |
* / | | [generic] Abort if user passes in URL "url" (#2942)Philipp Hagemeister2014-05-191-2/+7
|/ / /
* | / release 2014.05.19 2014.05.19Philipp Hagemeister2014-05-191-1/+1
| |/ |/|
* | [ndr] Improve thumbnail extractionSergey M․2014-05-181-1/+1
| |
* | [generic] Support pagespeed_iframe for NovaMov embedsSergey M․2014-05-171-1/+1
| |
* | [ndr] Fix title, description and duration extractionSergey M․2014-05-171-6/+8
| |
* | [ndr] Fix thumbnail extractionSergey M․2014-05-171-4/+6
|/