Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-10 | [eighttracks] PEP8 | Philipp Hagemeister | |
2015-01-10 | [orf] Fix typo | Philipp Hagemeister | |
2015-01-10 | [ffmpeg] Call encodeFilename on filenames | Philipp Hagemeister | |
2015-01-10 | Merge remote-tracking branch 'ivan/muxed-mtime' | Philipp Hagemeister | |
2015-01-10 | release 2015.01.102015.01.10 | Philipp Hagemeister | |
2015-01-10 | [eighttracks] Improve waiting (#3954) | Philipp Hagemeister | |
2015-01-10 | Merge remote-tracking branch 'lenaten/8tracks' | Philipp Hagemeister | |
2015-01-10 | [youtube|ffmpeg] Automatically correct video with non-square pixels (Fixes ↵ | Philipp Hagemeister | |
#4674) | |||
2015-01-10 | [tvp] Update tests and improve output | Philipp Hagemeister | |
2015-01-10 | Merge remote-tracking branch 'Tithen-Firion/master' | Philipp Hagemeister | |
2015-01-10 | [audiomack] Better titles, simplify code | Philipp Hagemeister | |
2015-01-10 | Merge remote-tracking branch 'xavierbeynon/master' | Philipp Hagemeister | |
2015-01-10 | [options] PEP8 and simpler --merge-output-format handling (#4673) | Philipp Hagemeister | |
2015-01-10 | Merge remote-tracking branch 'aft90/merge-output-format' | Philipp Hagemeister | |
Conflicts: youtube_dl/YoutubeDL.py | |||
2015-01-10 | Use the option in preparing the merge output filename | Andrei Troie | |
2015-01-10 | Passing the option into the main program's arguments | Andrei Troie | |
2015-01-09 | release 2015.01.09.22015.01.09.2 | Philipp Hagemeister | |
2015-01-09 | [netzkino] Add new extractor (Fixes #4669) | Philipp Hagemeister | |
2015-01-09 | Added an option to specify an output format for merges when downloading ↵ | Andrei Troie | |
separate video & audio | |||
2015-01-09 | [elpais] Modernize | Philipp Hagemeister | |
2015-01-09 | release 2015.01.09.12015.01.09.1 | Philipp Hagemeister | |
2015-01-09 | [wdr] Support overviews (Fixes #4651) | Philipp Hagemeister | |
2015-01-09 | [wdr] Modernize | Philipp Hagemeister | |
2015-01-09 | [YoutubeDL] Copy over format metadata when merging (Fixes #4671) | Philipp Hagemeister | |
2015-01-09 | [youtube] Add acodec information | Philipp Hagemeister | |
The codec seems to be consistently aac, so state that in our metadata. | |||
2015-01-09 | release 2015.01.092015.01.09 | Philipp Hagemeister | |
2015-01-09 | [update] Use utils HTTPS handler (Fixes #4666) | Philipp Hagemeister | |
On FreeBSD, the default HTTPS handler is missing certificates, so use our own. | |||
2015-01-09 | [vk] Remove debug assert statement (fixes #4672, fixes #4514) | Jaime Marquínez Ferrándiz | |
2015-01-09 | [ffmpeg] Correctly encode paths on Windows | Philipp Hagemeister | |
On Python 2.x on Windows, if there are any unicode arguments in the command argument list, the whole list is converted to unicode internally. Therefore, we need to call encodeArgument on every argument. Fixes #4337 and #4668. | |||
2015-01-08 | Minor style changes | Your Name | |
2015-01-08 | Add --print-json (Closes #2845) | Philipp Hagemeister | |
2015-01-08 | [tudou] Fix extraction | Philipp Hagemeister | |
2015-01-08 | [discovery] Fix extractor | Philipp Hagemeister | |
2015-01-08 | [gdcvault] Skip test that is now restricted | Philipp Hagemeister | |
2015-01-08 | [buzzfeed] Fix test | Philipp Hagemeister | |
2015-01-08 | [bet] Correct test IDs | Philipp Hagemeister | |
2015-01-08 | Merge pull request #4647 from aajanki/hds_metadata | Philipp Hagemeister | |
[downloader/f4m] Improved metadata handling | |||
2015-01-08 | release 2015.01.082015.01.08 | Philipp Hagemeister | |
2015-01-08 | [YoutubeDL] Allow selection by more extensions | Philipp Hagemeister | |
2015-01-08 | [fktv] Fix download URL | Philipp Hagemeister | |
2015-01-08 | [zdf] Fix test case | Philipp Hagemeister | |
2015-01-08 | [youtube] Fix test case | Philipp Hagemeister | |
2015-01-08 | [tunein] Ignore reliability if it's >90% (#4097) | Philipp Hagemeister | |
2015-01-08 | [sexykarma] Add age_limit designation | Philipp Hagemeister | |
2015-01-08 | [mit] Amend test definitions | Philipp Hagemeister | |
2015-01-08 | [InfoExtractor/common] Correct and test meta tag matching | Philipp Hagemeister | |
2015-01-08 | [teachertube] Modernize | Philipp Hagemeister | |
2015-01-08 | [imdb] Remove test md5 | Philipp Hagemeister | |
They seem to reencode quite frequently, so simply remove the md5 sum. | |||
2015-01-08 | [washingtonpost] Modernize and correct test case | Philipp Hagemeister | |
2015-01-08 | [huffpost] Make extraction more robust (Closes #4663) | Sergey M․ | |