aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-30[devscripts/release] Do not commit CHANGELOGPhilipp Hagemeister
2014-05-30[nbcnews] Add support for /feature/* pages (closes #3007)Jaime Marquínez Ferrándiz
2014-05-29Merge branch 'anovicecodemonkey-ustream-embed-recorded2'Sergey M․
2014-05-29[ustream] ModernizeSergey M․
2014-05-29[ustream] Remove unnecessary webpage downloadSergey M․
2014-05-29Merge branch 'ustream-embed-recorded2' of ↵Sergey M․
https://github.com/anovicecodemonkey/youtube-dl into anovicecodemonkey-ustream-embed-recorded2
2014-05-28[UstreamIE] added support for "/embed/recorded/" style URLs (Fixes #2990)anovicecodemonkey
2014-05-28Merge branch 'rzhxeo-cinemassacre'Sergey M․
2014-05-28[cinemassacre] Improve formats extraction and modernizeSergey M․
2014-05-28Merge branch 'cinemassacre' of https://github.com/rzhxeo/youtube-dl into ↵Sergey M․
rzhxeo-cinemassacre
2014-05-27[nuvid] Fix video URL extractionSergey M․
2014-05-26[ivi] Update playlist testsSergey M․
2014-05-25[nrktv] Add support for tv.nrk.no (Closes #2980)Sergey M․
2014-05-25Merge pull request #2953 from codesparkle/ndr-regexes-escape-correctlySergey M.
[ndr] fix regexes containing illegal characters
2014-05-25Merge pull request #2960 from codesparkle/fix-test-format-note-regexSergey M.
[test] fixed typo in test_format_note (test_YoutubeDL)
2014-05-25[streamcz] Workaround CertificateErrorSergey M․
2014-05-25[streamcz] Use compat_strSergey M․
2014-05-25Merge pull request #2979 from pulpe/streamcz_fixSergey M.
[StreamCZ] correct video id + add test
2014-05-24[StreamCZ] correct video id + add testpulpe
2014-05-24[empflix] Fix extractionSergey M․
2014-05-24[pornhub] Fix uploader extractionSergey M․
2014-05-23[swrmediathek] Extract direct links from JSON and add support for audio filesSergey M․
2014-05-22[swrmediathek] SimplifySergey M․
2014-05-22Merge pull request #2944 from pulpe/SWRMediathekSergey M.
[SWRMediathek] add support for swrmediathek.de (fixes #2929)
2014-05-22[CinemassacreIE] Extract all available video/audio formatsrzhxeo
2014-05-21[gamekings] Update test descriptionSergey M․
2014-05-21fixed (what I assume was a typo) that caused test_format_note to always fail.codesparkle
This test was introduced in c57f7757101690681af2eb8c40c8bf81bbe6e64f.
2014-05-21Merge pull request #2940 from codesparkle/remove-unused-filesPhilipp Hagemeister
Remove old, unused CHANGELOG and LATEST_VERSION files
2014-05-21Bringing back LATEST_VERSIONcodesparkle
2014-05-20Credit @codesparkle for #2928, #2934, #2938, #2939Sergey M․
2014-05-20Merge pull request #2939 from codesparkle/upload-date-fixSergey M.
No longer erroneously calculate upload_date within some extractors
2014-05-20Merge branch 'codesparkle-bandcamp-albums-regex-duplicate-fix'Sergey M․
2014-05-20[bandcamp] Replace maxsplit keyword argument with regular oneSergey M․
Named arguments are not supported by methods implemented in native C (see http://bugs.python.org/issue1176)
2014-05-20Merge branch 'bandcamp-albums-regex-duplicate-fix' of ↵Sergey M․
https://github.com/codesparkle/youtube-dl into codesparkle-bandcamp-albums-regex-duplicate-fix
2014-05-19Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-05-19[generic] Abort if user passes in URL "url" (#2942)Philipp Hagemeister
2014-05-19The opening curly brace, '{', is a regex reserved control character, so it ↵codesparkle
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.
2014-05-19[nowness] Update test file md5 and modernizeSergey M․
2014-05-19release 2014.05.192014.05.19Philipp Hagemeister
2014-05-18[SWRMediathek] add support for swrmediathek.depulpe
2014-05-18[ndr] Improve thumbnail extractionSergey M․
2014-05-17[generic] Support pagespeed_iframe for NovaMov embedsSergey M․
2014-05-17[ndr] Fix title, description and duration extractionSergey M․
2014-05-17[ndr] Fix thumbnail extractionSergey M․
2014-05-17CHANGELOG and LATEST_VERSION seem to serve no purpose at all. They haven't ↵codesparkle
been changed in years. Unless these are actually used somewhere, let's get rid of them.
2014-05-17removed duplicate and somemtimes incorrect logic for parsing upload date as ↵codesparkle
this job is already taken care of automatically by YoutubeDL.py
2014-05-17Fixed test failure in test_all_urls: test_no_duplicates: BandcampAlbumIE ↵codesparkle
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.
2014-05-17release 2014.05.172014.05.17Philipp Hagemeister
2014-05-16[youtube] Recognize a second format of the upload_date in the ↵Jaime Marquínez Ferrándiz
'watch-uploader-info' element (#2911)
2014-05-16Merge remote-tracking branch 'codesparkle/fix-photobucket-url' (closes #2934)Jaime Marquínez Ferrándiz
Fix photobucket url extraction