Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-13 | Fix YouTube signature extraction. | Aaron Wojnowski | |
2014-11-12 | [dailymotion] Fix extraction of vevo videos (fixes #4168) | Jaime Marquínez Ferrándiz | |
2014-11-12 | [tvplay] Fix f4m URL extraction (Closes #4119) | Naglis Jonaitis | |
Add query parameters which are needed by AkamaiHD F4M player. Also, modernize a bit. | |||
2014-11-12 | [goldenmoustache] Simplify (#4128) | Philipp Hagemeister | |
2014-11-12 | Merge remote-tracking branch 'xantares/goldenmoustache' | Philipp Hagemeister | |
2014-11-12 | [funnyordie] Remove test md5sum (Fixes #4113) | Philipp Hagemeister | |
2014-11-12 | [abc] Update test case | Michael Käufl | |
Old video has expired. | |||
2014-11-12 | [allocine] Update test | Michael Käufl | |
2014-11-12 | [byutv] Update test | Michael Käufl | |
2014-11-12 | [youjizz] Modernize (#4131) | Philipp Hagemeister | |
2014-11-12 | [myspass] Modernize test case | Philipp Hagemeister | |
2014-11-12 | [bandcamp:album] Fix test case | Philipp Hagemeister | |
2014-11-12 | [ted] Extract duration (closes #4155) | Jaime Marquínez Ferrándiz | |
2014-11-12 | Fix MTV/GameTrailers "Bad Request" error | Pascal Brax | |
Bugfix for bug #4123 & #4153 | |||
2014-11-11 | [wrzuta] Fallback to mp3 on unknown media type (#4156) | Naglis Jonaitis | |
2014-11-11 | [wrzuta] Fix audio extension lookup (Closes #4156) | Naglis Jonaitis | |
Also, replace deleted test case | |||
2014-11-09 | [YoutubeDL] Add playlist_id and playlist_title fields (Fixes #4139) | Philipp Hagemeister | |
2014-11-09 | [streamcloud] Match URLs without fname (Closes #4144) | Naglis Jonaitis | |
Also, modernize a bit. | |||
2014-11-09 | [tapely] Add Referer header (Closes #4138) | Naglis Jonaitis | |
2014-11-09 | Merge pull request #4136 from andikmu/master | Jaime Marquínez Ferrándiz | |
fix swrmediathek for new formats. | |||
2014-11-09 | [ndr] Improve video url regex (fixes #4140) | Jaime Marquínez Ferrándiz | |
2014-11-09 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2014-11-08 | fix swrmediathek for new formats. | andi | |
2014-11-08 | [niconico:playlist] Use the same video url the webpage uses (closes #4133) | Jaime Marquínez Ferrándiz | |
2014-11-07 | [wrzuta] Add mp3 as a possible format (Closes #4126) | Naglis Jonaitis | |
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-05 | [utils] Remove unused import | Philipp Hagemeister | |
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 | [youtube] Clarify output | Philipp Hagemeister | |
2014-11-04 | [imdb] Simplify | 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 | [trutube] Strip title | Sergey M․ | |
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 . |