aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/mit.py
AgeCommit message (Collapse)Author
2019-10-16[mit] Remove support for video.mit.edu(closes #22403)Remita Amine
2016-03-21Add support for https for all extractors as preventive and future-proof measureSergey M․
2016-03-05update tests related to the change in youtube http format sortingremitamine
the change was done in 82156fdbf0913c75181484dcc813565713bf78e9
2015-11-08[mit] Allow external embeds (Closes #7406)Sergey M․
2015-09-06[techtvmit] Update testSergey M․
2015-09-06[techtvmit] Fix extractionSergey M․
2015-02-18[mit] Don't set the subtitles fieldJaime Marquínez Ferrándiz
YouTube already provides them in more formats
2015-01-08[mit] Amend test definitionsPhilipp Hagemeister
2014-12-17[mit] ModernizePhilipp Hagemeister
2014-12-13Fix imports and general cleanupPhilipp 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 testSergey M.
2014-02-26[mit] Add importPhilipp Hagemeister
2014-02-26[mit] Fix ocw testsPhilipp Hagemeister
2014-02-26Merge branch 'ocw-mit-edu' of https://github.com/amlweems/youtube-dlPhilipp Hagemeister
2014-02-26[mit] ModernizePhilipp Hagemeister
2014-02-25Add support for ocw.mit.edu video lecturesAnthony Weems
2013-12-25Remove unused importsPhilipp Hagemeister
2013-12-24[mit] Add support for multiple formatsPhilipp Hagemeister
2013-08-28Fix MIT extractor for Python 2.6Jeff 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-28Add 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