aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-09release 2015.01.09.12015.01.09.1Philipp Hagemeister
2015-01-09[wdr] Support overviews (Fixes #4651)Philipp Hagemeister
2015-01-09[wdr] ModernizePhilipp Hagemeister
2015-01-09[YoutubeDL] Copy over format metadata when merging (Fixes #4671)Philipp Hagemeister
2015-01-09[youtube] Add acodec informationPhilipp Hagemeister
The codec seems to be consistently aac, so state that in our metadata.
2015-01-09release 2015.01.092015.01.09Philipp 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 WindowsPhilipp Hagemeister
2015-01-09[ffmpeg] Correctly encode paths on WindowsPhilipp 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-08Add --print-json (Closes #2845)Philipp Hagemeister
2015-01-08[tudou] Fix extractionPhilipp Hagemeister
2015-01-08[discovery] Fix extractorPhilipp Hagemeister
2015-01-08[gdcvault] Skip test that is now restrictedPhilipp Hagemeister
2015-01-08[test_age_restriction] remove misbehaving testPhilipp 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 testPhilipp Hagemeister
2015-01-08[bet] Correct test IDsPhilipp Hagemeister
2015-01-08Merge pull request #4647 from aajanki/hds_metadataPhilipp Hagemeister
[downloader/f4m] Improved metadata handling
2015-01-08release 2015.01.082015.01.08Philipp Hagemeister
2015-01-08[YoutubeDL] Allow selection by more extensionsPhilipp Hagemeister
2015-01-08[fktv] Fix download URLPhilipp Hagemeister
2015-01-08[zdf] Fix test casePhilipp Hagemeister
2015-01-08[youtube] Fix test casePhilipp Hagemeister
2015-01-08[tunein] Ignore reliability if it's >90% (#4097)Philipp Hagemeister
2015-01-08[sexykarma] Add age_limit designationPhilipp Hagemeister
2015-01-08[mit] Amend test definitionsPhilipp Hagemeister
2015-01-08[InfoExtractor/common] Correct and test meta tag matchingPhilipp Hagemeister
2015-01-08[teachertube] ModernizePhilipp Hagemeister
2015-01-08[imdb] Remove test md5Philipp Hagemeister
They seem to reencode quite frequently, so simply remove the md5 sum.
2015-01-08[washingtonpost] Modernize and correct test casePhilipp Hagemeister
2015-01-08Merge pull request #4665 from Li4ick/patch-1Philipp Hagemeister
Change path name to MSDN standard.
2015-01-08Merge pull request #4664 from kieranoreilly/patch-1Sergey M.
Spelling
2015-01-08[huffpost] Make extraction more robust (Closes #4663)Sergey M․
2015-01-08Change path name to MSDN standard.Li4ick
<Yourname> changed to <user name>, which is more general.
2015-01-07Spelling Kieran O'Reilly
Corrected the spelling of incapacitated
2015-01-08[bilibili] Fix extraction (Closes #4660)Sergey M․
2015-01-07Fix build with python 2.6Jaime 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 importJaime Marquínez Ferrándiz
2015-01-07[nrktv] Remove 'proxy' parameter from testsJaime Marquínez Ferrándiz
2015-01-07release 2015.01.07.22015.01.07.2Philipp Hagemeister
2015-01-07[/__init__] Define public APIPhilipp Hagemeister
2015-01-07[gameone] ModernizePhilipp Hagemeister
2015-01-07release 2015.01.07.12015.01.07.1Philipp Hagemeister
2015-01-07Merge commit '8ee3415'Philipp Hagemeister
2015-01-07release 2015.01.072015.01.07Philipp Hagemeister
2015-01-07[viki] ModernizePhilipp Hagemeister
2015-01-07Respect age_limit when listing extractors (Fixes #4653)Philipp Hagemeister
2015-01-07[nrktv] Add support for playlists (Closes #4656)Sergey M․
2015-01-07Merge branch 'oskar456-ceskatelevizesrt'Sergey M․
2015-01-07Credit @oskar456 for ceskatelevize subtitles support (#4622)Sergey M․