summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2015.01.09 2015.01.09Philipp Hagemeister2015-01-092-1/+3
|
* [update] Use utils HTTPS handler (Fixes #4666)Philipp Hagemeister2015-01-091-4/+8
| | | | On FreeBSD, the default HTTPS handler is missing certificates, so use our own.
* [vk] Remove debug assert statement (fixes #4672, fixes #4514)Jaime Marquínez Ferrándiz2015-01-091-1/+0
|
* [README] Add an FAQ entry for how to install on WindowsPhilipp Hagemeister2015-01-091-0/+8
|
* [ffmpeg] Correctly encode paths on WindowsPhilipp Hagemeister2015-01-091-4/+5
| | | | | | | 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.
* Add --print-json (Closes #2845)Philipp Hagemeister2015-01-082-4/+10
|
* [tudou] Fix extractionPhilipp Hagemeister2015-01-081-11/+8
|
* [discovery] Fix extractorPhilipp Hagemeister2015-01-081-24/+22
|
* [gdcvault] Skip test that is now restrictedPhilipp Hagemeister2015-01-081-1/+2
|
* [test_age_restriction] remove misbehaving testPhilipp Hagemeister2015-01-081-5/+0
| | | | 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.
* [buzzfeed] Fix testPhilipp Hagemeister2015-01-081-3/+3
|
* [bet] Correct test IDsPhilipp Hagemeister2015-01-081-3/+2
|
* Merge pull request #4647 from aajanki/hds_metadataPhilipp Hagemeister2015-01-081-15/+30
|\ | | | | [downloader/f4m] Improved metadata handling
| * [downloader/f4m] Minor cleanupAntti Ajanki2015-01-051-4/+7
| |
| * [downloader/f4m] The last value in a tag is the tag lengthAntti Ajanki2015-01-051-3/+7
| |
| * [downloader/f4m] <metadata> is optional according to the F4M specsAntti Ajanki2015-01-051-15/+23
| |
* | release 2015.01.08 2015.01.08Philipp Hagemeister2015-01-082-9/+10
| |
* | [YoutubeDL] Allow selection by more extensionsPhilipp Hagemeister2015-01-083-5/+40
| |
* | [fktv] Fix download URLPhilipp Hagemeister2015-01-081-9/+12
| |
* | [zdf] Fix test casePhilipp Hagemeister2015-01-081-1/+1
| |
* | [youtube] Fix test casePhilipp Hagemeister2015-01-081-1/+1
| |
* | [tunein] Ignore reliability if it's >90% (#4097)Philipp Hagemeister2015-01-081-4/+11
| |
* | [sexykarma] Add age_limit designationPhilipp Hagemeister2015-01-081-1/+4
| |
* | [mit] Amend test definitionsPhilipp Hagemeister2015-01-081-0/+6
| |
* | [InfoExtractor/common] Correct and test meta tag matchingPhilipp Hagemeister2015-01-082-1/+19
| |
* | [teachertube] ModernizePhilipp Hagemeister2015-01-081-3/+1
| |
* | [imdb] Remove test md5Philipp Hagemeister2015-01-081-1/+0
| | | | | | | | They seem to reencode quite frequently, so simply remove the md5 sum.
* | [washingtonpost] Modernize and correct test casePhilipp Hagemeister2015-01-081-6/+5
| |
* | Merge pull request #4665 from Li4ick/patch-1Philipp Hagemeister2015-01-081-1/+1
|\ \ | | | | | | Change path name to MSDN standard.
| * | Change path name to MSDN standard.Li4ick2015-01-081-1/+1
| | | | | | | | | <Yourname> changed to <user name>, which is more general.
* | | Merge pull request #4664 from kieranoreilly/patch-1Sergey M.2015-01-081-1/+1
|\ \ \ | | | | | | | | Spelling
| * | | Spelling Kieran O'Reilly2015-01-071-1/+1
| |/ / | | | | | | Corrected the spelling of incapacitated
* / / [huffpost] Make extraction more robust (Closes #4663)Sergey M․2015-01-081-12/+8
|/ /
* | [bilibili] Fix extraction (Closes #4660)Sergey M․2015-01-081-38/+29
| |
* | Fix build with python 2.6Jaime Marquínez Ferrándiz2015-01-072-3/+3
| | | | | | | | | | | | | | * Packages cannot be executed * '.format' needs the index of the argument (Reported in https://github.com/Homebrew/homebrew/issues/35616)
* | [extractor/__init__] Remove unused importJaime Marquínez Ferrándiz2015-01-071-2/+0
| |
* | [nrktv] Remove 'proxy' parameter from testsJaime Marquínez Ferrándiz2015-01-071-6/+0
| |
* | release 2015.01.07.2 2015.01.07.2Philipp Hagemeister2015-01-071-1/+1
| |
* | [/__init__] Define public APIPhilipp Hagemeister2015-01-072-2/+4
| |
* | [gameone] ModernizePhilipp Hagemeister2015-01-071-2/+1
| |
* | release 2015.01.07.1 2015.01.07.1Philipp Hagemeister2015-01-071-1/+1
| |
* | Merge commit '8ee3415'Philipp Hagemeister2015-01-079-27/+72
|\ \
| * | [viki] ModernizePhilipp Hagemeister2015-01-071-3/+1
| | |
| * | Respect age_limit when listing extractors (Fixes #4653)Philipp Hagemeister2015-01-078-24/+71
| | |
* | | release 2015.01.07 2015.01.07Philipp Hagemeister2015-01-071-1/+1
| | |
* | | [nrktv] Add support for playlists (Closes #4656)Sergey M․2015-01-071-23/+109
| | |
* | | Merge branch 'oskar456-ceskatelevizesrt'Sergey M․2015-01-073-2/+72
|\ \ \ | |/ / |/| |
| * | Credit @oskar456 for ceskatelevize subtitles support (#4622)Sergey M․2015-01-071-0/+1
| | |
| * | [ceskatelevize] Add subtitles testsSergey M․2015-01-071-0/+28
| | |
| * | [ceskatelevize] Fix python 2.6 format issueSergey M․2015-01-071-1/+1
| | |