Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [vice] Re-add extractor (fixes #4120) | Jaime Marquínez Ferrándiz | 2014-11-06 | 2 | -0/+39 |
| | | | | The generic extraction no longer works. | ||||
* | [goshgay] Fix title extraction and modernize | Naglis Jonaitis | 2014-11-06 | 1 | -29/+14 |
| | | | | Also remove width and height as they are not of the actual video. | ||||
* | [brightcove] Extract m3u8 formats (#3541) | Naglis Jonaitis | 2014-11-06 | 2 | -6/+15 |
| | |||||
* | [niconico] Catch deleted videos (closes #4064) | Jaime Marquínez Ferrándiz | 2014-11-05 | 1 | -0/+4 |
| | |||||
* | Merge pull request #4110 from nemunaire/channel9-fix | Jaime Marquínez Ferrándiz | 2014-11-05 | 1 | -17/+18 |
|\ | | | | | [channel9] Fix extraction | ||||
| * | [channel9] Fix extraction | nemunaire | 2014-11-05 | 1 | -17/+18 |
| | | |||||
* | | [cinemassacre] Keep both extraction approaches and make more robust (Closes ↵ | Sergey M․ | 2014-11-05 | 1 | -31/+47 |
|/ | | | | #4109) | ||||
* | [izlesene] Update test cases and modernize | Naglis Jonaitis | 2014-11-05 | 1 | -8/+7 |
| | | | | The timestamp fluctuates with DST. | ||||
* | [youtube] Clarify output | Philipp Hagemeister | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | [imdb] Simplify | Philipp Hagemeister | 2014-11-04 | 1 | -7/+5 |
| | |||||
* | [gamespot] Remove unused import | Philipp Hagemeister | 2014-11-04 | 1 | -1/+0 |
| | |||||
* | [ustream] Use modern helper function instead of old HTML parser | Philipp Hagemeister | 2014-11-04 | 1 | -2/+1 |
| | |||||
* | [heise] Fix description, thumbnail and format ID | Philipp Hagemeister | 2014-11-04 | 2 | -14/+21 |
| | |||||
* | [gamespot] Modernize | Philipp Hagemeister | 2014-11-04 | 1 | -6/+8 |
| | |||||
* | [youtube] Skip sts if missing (Fixes #4095, fixes #4103) | Philipp Hagemeister | 2014-11-04 | 1 | -5/+5 |
| | |||||
* | [cnn] Modernize test definitions | Philipp Hagemeister | 2014-11-04 | 1 | -2/+4 |
| | |||||
* | [played] Capture and output error message | Sergey M․ | 2014-11-04 | 1 | -0/+7 |
| | |||||
* | [wimp] Fix video URL regex | Sergey M․ | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | [generic/brightcove] Add a new test case for kijk.nl (#3541) | Naglis Jonaitis | 2014-11-03 | 1 | -0/+14 |
| | |||||
* | [brightcove] Make _VALID_URL less greedy and check for empty URLs (#3541) | Naglis Jonaitis | 2014-11-03 | 1 | -1/+3 |
| | |||||
* | [trutube] Strip title | Sergey M․ | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | [util] Move compatibility functions out of util | Philipp Hagemeister | 2014-11-02 | 12 | -20/+33 |
| | | | | | | | 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 . | ||||
* | [cinemassacre] Fix extraction (Closes #4083) | Sergey M․ | 2014-11-02 | 1 | -5/+2 |
| | |||||
* | [generic] Improve MLB iframe regex | Sergey M․ | 2014-11-01 | 1 | -1/+1 |
| | |||||
* | [mlb] Improve _VALID_URL (Closes #4063) | Sergey M․ | 2014-11-01 | 1 | -1/+9 |
| | |||||
* | [canalplus] Improve and merge with d8 extractor | Sergey M․ | 2014-10-31 | 3 | -41/+41 |
| | |||||
* | [canalplus] Tweak extractor to support piwiplus (Closes #4046) | Sergey M․ | 2014-10-31 | 1 | -7/+24 |
| | |||||
* | [funnyordie] Add articles URL test | Sergey M․ | 2014-10-31 | 1 | -0/+3 |
| | |||||
* | [FunnyOrDie] Add support for "/articles/" URLs | anovicecodemonkey | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | [youtube] Detect formats 298 et al as mp4 (Fixes #4066) | Philipp Hagemeister | 2014-10-31 | 1 | -5/+3 |
| | |||||
* | [youtube] Add format 266 (Fixes #4055) | Philipp Hagemeister | 2014-10-30 | 1 | -0/+1 |
| | |||||
* | [youtube] Add support for formats 302 and 303 (Fixes #4060) | Philipp Hagemeister | 2014-10-30 | 1 | -0/+2 |
| | |||||
* | Sort formats by fps as well | Philipp Hagemeister | 2014-10-30 | 1 | -0/+1 |
| | |||||
* | [youtube] Add formats 298, 299 (Fixes #4056) | Philipp Hagemeister | 2014-10-30 | 2 | -0/+5 |
| | |||||
* | [ro220] Fix broken extractor and modernize (#4054) | Naglis Jonaitis | 2014-10-30 | 1 | -23/+23 |
| | |||||
* | [crunchycroll] Fix building of ass subtitles (reported in #4019) | Jaime Marquínez Ferrándiz | 2014-10-29 | 1 | -15/+12 |
| | | | | Parse the xml document instead of using regexes, otherwise unicode characters are left unescaped. | ||||
* | [generic] Allow soundcloud embeds with additional attributes | Philipp Hagemeister | 2014-10-29 | 1 | -1/+13 |
| | |||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-10-29 | 4 | -22/+58 |
|\ | |||||
| * | [naver] Capture and output error message (#4057) | Sergey M․ | 2014-10-29 | 1 | -0/+6 |
| | | |||||
| * | [trutube] Fix extraction | Sergey M․ | 2014-10-29 | 1 | -21/+17 |
| | | |||||
| * | [niconico] Add extractor for playlists (closes #4043) | Jaime Marquínez Ferrándiz | 2014-10-29 | 2 | -1/+35 |
| | | |||||
* | | [drtv] Allow fractional timestamps (Fixes #4059) | Philipp Hagemeister | 2014-10-29 | 1 | -5/+2 |
|/ | |||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-10-28 | 2 | -4/+14 |
|\ | |||||
| * | [vk] Generalize errors | Sergey M․ | 2014-10-28 | 1 | -6/+12 |
| | | |||||
| * | [vk] Handle deleted videos | Sergey M․ | 2014-10-28 | 1 | -0/+4 |
| | | |||||
| * | [wimp] Update video URL regex | Sergey M․ | 2014-10-28 | 1 | -1/+1 |
| | | |||||
* | | [laola1tv] Mark as broken | Philipp Hagemeister | 2014-10-28 | 1 | -0/+2 |
| | | | | | | | | When the f4m downloader gets live stream support, I expect this to work magically or with very minor changes. | ||||
* | | [laola1tv] Add new extractor | Philipp Hagemeister | 2014-10-28 | 2 | -0/+76 |
| | | | | | | | | The extractor works fine, but the f4m downloader cannot handle the resulting bootstrap information. | ||||
* | | [auengine] Simplify | Philipp Hagemeister | 2014-10-28 | 1 | -2/+1 |
|/ | |||||
* | [srmediathek] Choose variable name more wisely | Philipp Hagemeister | 2014-10-28 | 1 | -2/+2 |
| |