Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-21 | Add support for https for all extractors as preventive and future-proof measure | Sergey M․ | |
2016-03-05 | update tests related to the change in youtube http format sorting | remitamine | |
the change was done in 82156fdbf0913c75181484dcc813565713bf78e9 | |||
2015-11-08 | [mit] Allow external embeds (Closes #7406) | Sergey M․ | |
2015-09-06 | [techtvmit] Update test | Sergey M․ | |
2015-09-06 | [techtvmit] Fix extraction | Sergey M․ | |
2015-02-18 | [mit] Don't set the subtitles field | Jaime Marquínez Ferrándiz | |
YouTube already provides them in more formats | |||
2015-01-08 | [mit] Amend test definitions | Philipp Hagemeister | |
2014-12-17 | [mit] Modernize | Philipp Hagemeister | |
2014-12-13 | Fix imports and general cleanup | Philipp Hagemeister | |
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions | |||
2014-02-26 | [mit] Fix MITIE test | Sergey M. | |
2014-02-26 | [mit] Add import | Philipp Hagemeister | |
2014-02-26 | [mit] Fix ocw tests | Philipp Hagemeister | |
2014-02-26 | Merge branch 'ocw-mit-edu' of https://github.com/amlweems/youtube-dl | Philipp Hagemeister | |
2014-02-26 | [mit] Modernize | Philipp Hagemeister | |
2014-02-25 | Add support for ocw.mit.edu video lectures | Anthony Weems | |
2013-12-25 | Remove unused imports | Philipp Hagemeister | |
2013-12-24 | [mit] Add support for multiple formats | Philipp Hagemeister | |
2013-08-28 | Fix MIT extractor for Python 2.6 | Jeff Smith | |
The HTML for the MIT page does not parse cleanly for Python 2.6 due to script tags within an actual script element. The offending piece is inside a comment block, so removing all such comment blocks fixes the parsing. | |||
2013-08-28 | Add extractors for video.mit.edu and techtv.mit.edu (closes #1327) | Jaime Marquínez Ferrándiz | |
video.mit.edu just embeds the videos from techtv.mit.edu |