Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Added an option to specify an output format for merges when downloading ↵ | Andrei Troie | |
separate video & audio | |||
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 | [README] Add an FAQ entry for how to install on Windows | Philipp Hagemeister | |
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 | 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 | [test_age_restriction] remove misbehaving test | Philipp Hagemeister | |
We now test for the age_limit being set right in test_download, so we don't need more than two tests for the actual age limit handling. | |||
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 | Merge pull request #4665 from Li4ick/patch-1 | Philipp Hagemeister | |
Change path name to MSDN standard. | |||
2015-01-08 | Merge pull request #4664 from kieranoreilly/patch-1 | Sergey M. | |
Spelling | |||
2015-01-08 | [huffpost] Make extraction more robust (Closes #4663) | Sergey M․ | |
2015-01-08 | Change path name to MSDN standard. | Li4ick | |
<Yourname> changed to <user name>, which is more general. | |||
2015-01-07 | Spelling | Kieran O'Reilly | |
Corrected the spelling of incapacitated | |||
2015-01-08 | [bilibili] Fix extraction (Closes #4660) | Sergey M․ | |
2015-01-07 | Fix build with python 2.6 | Jaime Marquínez Ferrándiz | |
* Packages cannot be executed * '.format' needs the index of the argument (Reported in https://github.com/Homebrew/homebrew/issues/35616) | |||
2015-01-07 | [extractor/__init__] Remove unused import | Jaime Marquínez Ferrándiz | |
2015-01-07 | [nrktv] Remove 'proxy' parameter from tests | Jaime Marquínez Ferrándiz | |
2015-01-07 | release 2015.01.07.22015.01.07.2 | Philipp Hagemeister | |
2015-01-07 | [/__init__] Define public API | Philipp Hagemeister | |
2015-01-07 | [gameone] Modernize | Philipp Hagemeister | |
2015-01-07 | release 2015.01.07.12015.01.07.1 | Philipp Hagemeister | |
2015-01-07 | Merge commit '8ee3415' | Philipp Hagemeister | |
2015-01-07 | release 2015.01.072015.01.07 | Philipp Hagemeister | |
2015-01-07 | [viki] Modernize | Philipp Hagemeister | |
2015-01-07 | Respect age_limit when listing extractors (Fixes #4653) | Philipp Hagemeister | |
2015-01-07 | [nrktv] Add support for playlists (Closes #4656) | Sergey M․ | |
2015-01-07 | Merge branch 'oskar456-ceskatelevizesrt' | Sergey M․ | |
2015-01-07 | Credit @oskar456 for ceskatelevize subtitles support (#4622) | Sergey M․ | |
2015-01-07 | [ceskatelevize] Add subtitles tests | Sergey M․ | |
2015-01-07 | [ceskatelevize] Fix python 2.6 format issue | Sergey M․ | |