summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix python 2 testpeugeot2014-11-131-1/+1
|
* [sexu] initial supportpeugeot2014-11-122-0/+62
|
* [tvplay] Fix f4m URL extraction (Closes #4119)Naglis Jonaitis2014-11-121-3/+6
| | | | | Add query parameters which are needed by AkamaiHD F4M player. Also, modernize a bit.
* Credit @xantares for goldenmoustache (#4128)Philipp Hagemeister2014-11-121-1/+2
|
* [goldenmoustache] Simplify (#4128)Philipp Hagemeister2014-11-121-13/+11
|
* Merge remote-tracking branch 'xantares/goldenmoustache'Philipp Hagemeister2014-11-122-0/+51
|\
| * Add support for goldenmoustache.comxantares2014-11-072-0/+51
| |
* | [funnyordie] Remove test md5sum (Fixes #4113)Philipp Hagemeister2014-11-121-1/+0
| |
* | Merge remote-tracking branch 'michael-k/links'Philipp Hagemeister2014-11-121-1/+1
|\ \
| * | [README] Replace links to kernel.org with links to git-scm.comMichael Käufl2014-11-021-1/+1
| | | | | | | | | | | | | | | | | | Unlike kernel.org, the documentation at git-scm.com is up to date and the rest of the git documentation is easily accessible to any git newby.
* | | [YoutubeDL] guard against strange sys.stdoutsPhilipp Hagemeister2014-11-121-1/+3
| | |
* | | [abc] Update test caseMichael Käufl2014-11-121-5/+5
| | | | | | | | | | | | Old video has expired.
* | | [allocine] Update testMichael Käufl2014-11-121-1/+1
| | |
* | | [byutv] Update testMichael Käufl2014-11-121-4/+4
| | |
* | | [test_youtube_signature] Fix importMichael Käufl2014-11-121-1/+1
| | | | | | | | | | | | Broken in commit 8c25f81beea169c9d6540eea1a6f71dc045da6ed
* | | [youjizz] Modernize (#4131)Philipp Hagemeister2014-11-121-22/+12
| | |
* | | [myspass] Modernize test casePhilipp Hagemeister2014-11-121-1/+2
| | |
* | | [bandcamp:album] Fix test casePhilipp Hagemeister2014-11-121-2/+7
| | |
* | | release 2014.11.12.1Philipp Hagemeister2014-11-121-1/+1
| | |
* | | [YoutubeDL] Fix bug in the detection of formats that don't contain video ↵Jaime Marquínez Ferrándiz2014-11-121-7/+7
| | | | | | | | | | | | | | | | | | (fixes #4150) If the format requested was not available, we called the method '.get' in None.
* | | [ted] Extract duration (closes #4155)Jaime Marquínez Ferrándiz2014-11-121-0/+3
| | |
* | | release 2014.11.12Philipp Hagemeister2014-11-121-1/+1
| | |
* | | Fix MTV/GameTrailers "Bad Request" errorPascal Brax2014-11-121-1/+1
| | | | | | | | | Bugfix for bug #4123 & #4153
* | | [wrzuta] Fallback to mp3 on unknown media type (#4156)Naglis Jonaitis2014-11-111-1/+1
| | |
* | | [wrzuta] Fix audio extension lookup (Closes #4156)Naglis Jonaitis2014-11-111-10/+11
| | | | | | | | | | | | Also, replace deleted test case
* | | release 2014.11.09Philipp Hagemeister2014-11-092-12/+19
| | |
* | | [YoutubeDL] Add playlist_id and playlist_title fields (Fixes #4139)Philipp Hagemeister2014-11-093-2/+7
| | |
* | | [streamcloud] Match URLs without fname (Closes #4144)Naglis Jonaitis2014-11-091-3/+3
| | | | | | | | | | | | Also, modernize a bit.
* | | [tapely] Add Referer header (Closes #4138)Naglis Jonaitis2014-11-091-0/+1
| | |
* | | Merge pull request #4136 from andikmu/masterJaime Marquínez Ferrándiz2014-11-091-2/+2
|\ \ \ | | | | | | | | fix swrmediathek for new formats.
| * | | fix swrmediathek for new formats.andi2014-11-081-2/+2
| | | |
* | | | [ndr] Improve video url regex (fixes #4140)Jaime Marquínez Ferrándiz2014-11-091-1/+1
| | | |
* | | | [YoutubeDL] Don't dowload formats for merging if the first doesn't contain ↵Jaime Marquínez Ferrándiz2014-11-091-0/+7
| | | | | | | | | | | | | | | | the video (#4132)
* | | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-11-097-32/+67
|\| | |
| * | | [options] Document the syntax for merging formats (closes #3940, closes #4132)Jaime Marquínez Ferrándiz2014-11-081-1/+10
| | | |
| * | | [niconico:playlist] Use the same video url the webpage uses (closes #4133)Jaime Marquínez Ferrándiz2014-11-081-1/+2
| | | |
| * | | [wrzuta] Add mp3 as a possible format (Closes #4126)Naglis Jonaitis2014-11-071-1/+1
| | |/ | |/|
| * | Merge pull request #4076 from ghedo/direct_typeJaime Marquínez Ferrándiz2014-11-061-0/+1
| |\ \ | | | | | | | | [generic] indicate when a direct video has been extracted
| | * | [generic] indicate when a direct video has been extractedAlessandro Ghedini2014-11-011-0/+1
| | | | | | | | | | | | | | | | Fixes #4052.
| * | | [vice] Re-add extractor (fixes #4120)Jaime Marquínez Ferrándiz2014-11-062-0/+39
| | | | | | | | | | | | | | | | The generic extraction no longer works.
| * | | [goshgay] Fix title extraction and modernizeNaglis Jonaitis2014-11-061-29/+14
| | | | | | | | | | | | | | | | Also remove width and height as they are not of the actual video.
* | | | [utils] Remove unused importPhilipp Hagemeister2014-11-052-4/+4
|/ / /
* | | [brightcove] Extract m3u8 formats (#3541)Naglis Jonaitis2014-11-062-6/+15
| | |
* | | [niconico] Catch deleted videos (closes #4064)Jaime Marquínez Ferrándiz2014-11-051-0/+4
| | |
* | | Merge pull request #4110 from nemunaire/channel9-fixJaime Marquínez Ferrándiz2014-11-051-17/+18
|\ \ \ | | | | | | | | [channel9] Fix extraction
| * | | [channel9] Fix extractionnemunaire2014-11-051-17/+18
| | | |
* | | | [cinemassacre] Keep both extraction approaches and make more robust (Closes ↵Sergey M․2014-11-051-31/+47
|/ / / | | | | | | | | | #4109)
* | | [izlesene] Update test cases and modernizeNaglis Jonaitis2014-11-051-8/+7
| | | | | | | | | | | | The timestamp fluctuates with DST.
* | | release 2014.11.04Philipp Hagemeister2014-11-041-1/+1
| | |
* | | [youtube] Clarify outputPhilipp Hagemeister2014-11-041-1/+1
| | |