Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-07 | Add support for goldenmoustache.com | xantares | |
2014-11-06 | Merge pull request #4076 from ghedo/direct_type | Jaime Marquínez Ferrándiz | |
[generic] indicate when a direct video has been extracted | |||
2014-11-06 | [vice] Re-add extractor (fixes #4120) | Jaime Marquínez Ferrándiz | |
The generic extraction no longer works. | |||
2014-11-06 | [goshgay] Fix title extraction and modernize | Naglis Jonaitis | |
Also remove width and height as they are not of the actual video. | |||
2014-11-06 | [brightcove] Extract m3u8 formats (#3541) | Naglis Jonaitis | |
2014-11-05 | [niconico] Catch deleted videos (closes #4064) | Jaime Marquínez Ferrándiz | |
2014-11-05 | Merge pull request #4110 from nemunaire/channel9-fix | Jaime Marquínez Ferrándiz | |
[channel9] Fix extraction | |||
2014-11-05 | [cinemassacre] Keep both extraction approaches and make more robust (Closes ↵ | Sergey M․ | |
#4109) | |||
2014-11-05 | [channel9] Fix extraction | nemunaire | |
2014-11-05 | [izlesene] Update test cases and modernize | Naglis Jonaitis | |
The timestamp fluctuates with DST. | |||
2014-11-04 | release 2014.11.042014.11.04 | Philipp Hagemeister | |
2014-11-04 | [youtube] Clarify output | Philipp Hagemeister | |
2014-11-04 | [utils] Use a regexp instead of HTMLParser for get_element_by_attribute | Philipp Hagemeister | |
2014-11-04 | [imdb] Simplify | Philipp Hagemeister | |
2014-11-04 | [utils] Remove unused get_meta_content function | Philipp Hagemeister | |
2014-11-04 | [gamespot] Remove unused import | Philipp Hagemeister | |
2014-11-04 | [ustream] Use modern helper function instead of old HTML parser | Philipp Hagemeister | |
2014-11-04 | [heise] Fix description, thumbnail and format ID | Philipp Hagemeister | |
2014-11-04 | [gamespot] Modernize | Philipp Hagemeister | |
2014-11-04 | [youtube] Skip sts if missing (Fixes #4095, fixes #4103) | Philipp Hagemeister | |
2014-11-04 | [cnn] Modernize test definitions | Philipp Hagemeister | |
2014-11-04 | [played] Capture and output error message | Sergey M․ | |
2014-11-04 | [wimp] Fix video URL regex | Sergey M․ | |
2014-11-03 | [generic/brightcove] Add a new test case for kijk.nl (#3541) | Naglis Jonaitis | |
2014-11-03 | [brightcove] Make _VALID_URL less greedy and check for empty URLs (#3541) | Naglis Jonaitis | |
2014-11-03 | [test_compat] Ignore unicode_literals | Philipp Hagemeister | |
2014-11-03 | [trutube] Strip title | Sergey M․ | |
2014-11-02 | Do not override stdlib html parser 'locatestarttagend' regex (fixes #4081) | Jaime Marquínez Ferrándiz | |
'<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). | |||
2014-11-02 | [tests] Don't auto init YoutubeDL | Jaime Marquínez Ferrándiz | |
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. | |||
2014-11-02 | [test_download] Fix import | Philipp Hagemeister | |
2014-11-02 | [test_swfinterp] Correct compilation on modern mxmlc versions | Philipp Hagemeister | |
2014-11-02 | [utils] Modernize | Philipp Hagemeister | |
2014-11-02 | [compat] Modernize | Philipp Hagemeister | |
2014-11-02 | [compat] Fix imports | Philipp Hagemeister | |
2014-11-02 | [util] Move compatibility functions out of util | Philipp Hagemeister | |
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 . | |||
2014-11-02 | [YoutubeDL] Include rtmpdump in exe versions -v output | Philipp Hagemeister | |
2014-11-02 | [ffmpeg] Move version detection to utils | Philipp Hagemeister | |
2014-11-02 | release 2014.11.02.12014.11.02.1 | Philipp Hagemeister | |
2014-11-02 | release 2014.11.022014.11.02 | Philipp Hagemeister | |
2014-11-02 | [cinemassacre] Fix extraction (Closes #4083) | Sergey M․ | |
2014-11-01 | [README] Update FAQ on Ubuntu (#4078) | Philipp Hagemeister | |
2014-11-01 | [generic] indicate when a direct video has been extracted | Alessandro Ghedini | |
Fixes #4052. | |||
2014-11-01 | [generic] Improve MLB iframe regex | Sergey M․ | |
2014-11-01 | [mlb] Improve _VALID_URL (Closes #4063) | Sergey M․ | |
2014-10-31 | [canalplus] Improve and merge with d8 extractor | Sergey M․ | |
2014-10-31 | [canalplus] Tweak extractor to support piwiplus (Closes #4046) | Sergey M․ | |
2014-10-31 | [funnyordie] Add articles URL test | Sergey M․ | |
2014-10-31 | Merge pull request #4069 from anovicecodemonkey/support_funnyordie_articles_urls | Sergey M. | |
[FunnyOrDie] Add support for "/articles/" URLs | |||
2014-10-31 | [FunnyOrDie] Add support for "/articles/" URLs | anovicecodemonkey | |
2014-10-31 | [youtube] Detect formats 298 et al as mp4 (Fixes #4066) | Philipp Hagemeister | |