summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | [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
| | |
* | | [utils] Use a regexp instead of HTMLParser for get_element_by_attributePhilipp Hagemeister2014-11-041-105/+16
| | |
* | | [imdb] SimplifyPhilipp Hagemeister2014-11-041-7/+5
| | |
* | | [utils] Remove unused get_meta_content functionPhilipp Hagemeister2014-11-042-22/+2
| | |
* | | [gamespot] Remove unused importPhilipp Hagemeister2014-11-041-1/+0
| | |
* | | [ustream] Use modern helper function instead of old HTML parserPhilipp Hagemeister2014-11-041-2/+1
| | |
* | | [heise] Fix description, thumbnail and format IDPhilipp Hagemeister2014-11-042-14/+21
| | |
* | | [gamespot] ModernizePhilipp Hagemeister2014-11-041-6/+8
| | |
* | | [youtube] Skip sts if missing (Fixes #4095, fixes #4103)Philipp Hagemeister2014-11-041-5/+5
| | |
* | | [cnn] Modernize test definitionsPhilipp Hagemeister2014-11-041-2/+4
| | |
* | | [played] Capture and output error messageSergey M․2014-11-041-0/+7
| | |
* | | [wimp] Fix video URL regexSergey M․2014-11-041-1/+1
| | |
* | | [generic/brightcove] Add a new test case for kijk.nl (#3541)Naglis Jonaitis2014-11-031-0/+14
| | |
* | | [brightcove] Make _VALID_URL less greedy and check for empty URLs (#3541)Naglis Jonaitis2014-11-031-1/+3
| | |
* | | [test_compat] Ignore unicode_literalsPhilipp Hagemeister2014-11-031-1/+1
| | |
* | | [trutube] Strip titleSergey M․2014-11-031-1/+1
| | |
* | | Do not override stdlib html parser 'locatestarttagend' regex (fixes #4081)Jaime Marquínez Ferrándiz2014-11-021-1/+3
| | | | | | | | | | | | | | | '<a href="foo" ><img src="bar" / ></a>' wouldn't be parsed right (the problem is '/ >', '/>' worked fine). We need to change it in python 2.6 (for example the description of youtube videos wouldn't be extracted).
* | | [tests] Don't auto init YoutubeDLJaime Marquínez Ferrándiz2014-11-022-2/+2
| |/ |/| | | | | | | It would print the debug headers for each test. And nose uses a StringIO object for stdout, which in python 2.x doesn't have the 'encoding' attribute.
* | [test_download] Fix importPhilipp Hagemeister2014-11-021-1/+3
| |
* | [test_swfinterp] Correct compilation on modern mxmlc versionsPhilipp Hagemeister2014-11-021-1/+3
| |
* | [utils] ModernizePhilipp Hagemeister2014-11-021-1/+3
| |
* | [compat] ModernizePhilipp Hagemeister2014-11-021-0/+2
| |
* | [compat] Fix importsPhilipp Hagemeister2014-11-022-1/+1
| |
* | [util] Move compatibility functions out of utilPhilipp Hagemeister2014-11-0224-327/+426
| | | | | | | | | | | | | | utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py .
* | [YoutubeDL] Include rtmpdump in exe versions -v outputPhilipp Hagemeister2014-11-022-0/+8
| |
* | [ffmpeg] Move version detection to utilsPhilipp Hagemeister2014-11-022-18/+21
| |
* | release 2014.11.02.1Philipp Hagemeister2014-11-021-1/+1
| |
* | release 2014.11.02Philipp Hagemeister2014-11-021-1/+1
| |
* | [cinemassacre] Fix extraction (Closes #4083)Sergey M․2014-11-021-5/+2
| |
* | [README] Update FAQ on Ubuntu (#4078)Philipp Hagemeister2014-11-011-1/+1
|/
* [generic] Improve MLB iframe regexSergey M․2014-11-011-1/+1
|
* [mlb] Improve _VALID_URL (Closes #4063)Sergey M․2014-11-011-1/+9
|
* [canalplus] Improve and merge with d8 extractorSergey M․2014-10-313-41/+41
|
* [canalplus] Tweak extractor to support piwiplus (Closes #4046)Sergey M․2014-10-311-7/+24
|
* [funnyordie] Add articles URL testSergey M․2014-10-311-0/+3
|