Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-20 | [bandcamp] Replace maxsplit keyword argument with regular one | Sergey M․ | |
Named arguments are not supported by methods implemented in native C (see http://bugs.python.org/issue1176) | |||
2014-05-20 | Merge branch 'bandcamp-albums-regex-duplicate-fix' of ↵ | Sergey M․ | |
https://github.com/codesparkle/youtube-dl into codesparkle-bandcamp-albums-regex-duplicate-fix | |||
2014-05-19 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2014-05-19 | [generic] Abort if user passes in URL "url" (#2942) | Philipp Hagemeister | |
2014-05-19 | The 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 modernize | Sergey M․ | |
2014-05-19 | release 2014.05.192014.05.19 | Philipp Hagemeister | |
2014-05-18 | [SWRMediathek] add support for swrmediathek.de | pulpe | |
2014-05-18 | [ndr] Improve thumbnail extraction | Sergey M․ | |
2014-05-17 | [generic] Support pagespeed_iframe for NovaMov embeds | Sergey M․ | |
2014-05-17 | [ndr] Fix title, description and duration extraction | Sergey M․ | |
2014-05-17 | [ndr] Fix thumbnail extraction | Sergey M․ | |
2014-05-17 | CHANGELOG 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-17 | removed duplicate and somemtimes incorrect logic for parsing upload date as ↵ | codesparkle | |
this job is already taken care of automatically by YoutubeDL.py | |||
2014-05-17 | Fixed 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-17 | release 2014.05.172014.05.17 | Philipp 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-16 | Merge remote-tracking branch 'codesparkle/fix-photobucket-url' (closes #2934) | Jaime Marquínez Ferrándiz | |
Fix photobucket url extraction | |||
2014-05-17 | test_download works for photobucket after this change | codesparkle | |
2014-05-16 | [youtube] Fix extraction of the feed 'paging' values (fixes #2925) | Jaime Marquínez Ferrándiz | |
2014-05-16 | release 2014.05.16.12014.05.16.1 | Philipp Hagemeister | |
2014-05-16 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2014-05-16 | [francetv] Add support for non-numeric video IDs (Fixes #2927) | Philipp Hagemeister | |
2014-05-16 | [ffmpeg] Correct argument encoding on Windows with Python 2.x | Philipp Hagemeister | |
Fixes #2924 | |||
2014-05-16 | [generic] Fix redirect | Sergey M․ | |
2014-05-16 | [youtube] Look for published-on date if uploaded-on is not found | Philipp Hagemeister | |
Fixes #2911 | |||
2014-05-16 | release 2014.05.162014.05.16 | Philipp Hagemeister | |
2014-05-16 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2014-05-16 | Provide compatibility check_output for 2.6 (Fixes #2926) | Philipp Hagemeister | |
2014-05-15 | [bliptv] Switch extraction to RSS (Closes #2920) | Sergey M․ | |
2014-05-15 | [youtube] Fix typo | Jaime Marquínez Ferrándiz | |
2014-05-15 | Document and test categories (#2923) | Philipp Hagemeister | |
2014-05-15 | [extractor/common] --write-pages: Correct file name if video_id is None | Philipp Hagemeister | |
2014-05-15 | [youtube] Video categories added to metadata | Dario Guarascio | |
2014-05-14 | [gamespot] Update test URL and modernize | Sergey M․ | |
2014-05-13 | Makefile: write the manpage to the right file and use the processed markdown ↵ | Jaime Marquínez Ferrándiz | |
document | |||
2014-05-13 | add prepare_manpage | Philipp Hagemeister | |
2014-05-13 | [noco] Skip test | Sergey M․ | |
2014-05-13 | Split man and README (Fixes #2892) | Philipp Hagemeister | |
2014-05-13 | [README] Stress example URL | Philipp Hagemeister | |
This seems to be the part most often overlooked in our README. | |||
2014-05-13 | release 2014.05.132014.05.13 | Philipp Hagemeister | |
2014-05-13 | [empflix] Simplify (#2903) | Philipp Hagemeister | |
2014-05-13 | Merge remote-tracking branch 'hojel/empflix' | Philipp Hagemeister | |
2014-05-13 | [hentaistigma] Simplified (#2902) | Philipp Hagemeister | |
2014-05-13 | Merge remote-tracking branch 'hojel/hentaistigma' | Philipp Hagemeister | |
2014-05-13 | [nuvid] Simplify (#2901) | Philipp Hagemeister | |
2014-05-13 | Merge remote-tracking branch 'hojel/nuvid' | Philipp Hagemeister | |
2014-05-13 | [slutload] Simplify (#2898) | Philipp Hagemeister | |
2014-05-13 | Merge remote-tracking branch 'hojel/slutload' | Philipp Hagemeister | |
2014-05-13 | Credit @hojel for fc2 and other extractors (#2877) | Philipp Hagemeister | |