about summary refs log tree commit diff
path: root/youtube_dl/extractor/mit.py
Commit message (Collapse)AuthorAgeFilesLines
* [mit] Remove support for video.mit.edu(closes #22403)Remita Amine2019-10-161-24/+0
|
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* update tests related to the change in youtube http format sortingremitamine2016-03-051-1/+1
| | | | the change was done in 82156fdbf0913c75181484dcc813565713bf78e9
* [mit] Allow external embeds (Closes #7406)Sergey M․2015-11-081-1/+1
|
* [techtvmit] Update testSergey M․2015-09-061-3/+3
|
* [techtvmit] Fix extractionSergey M․2015-09-061-2/+2
|
* [mit] Don't set the subtitles fieldJaime Marquínez Ferrándiz2015-02-181-9/+0
| | | | YouTube already provides them in more formats
* [mit] Amend test definitionsPhilipp Hagemeister2015-01-081-0/+6
|
* [mit] ModernizePhilipp Hagemeister2014-12-171-5/+4
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+3
| | | | | | | | · 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
* [mit] Fix MITIE testSergey M.2014-02-261-1/+0
|
* [mit] Add importPhilipp Hagemeister2014-02-261-0/+1
|
* [mit] Fix ocw testsPhilipp Hagemeister2014-02-261-22/+37
|
* Merge branch 'ocw-mit-edu' of https://github.com/amlweems/youtube-dlPhilipp Hagemeister2014-02-261-0/+53
|\
| * Add support for ocw.mit.edu video lecturesAnthony Weems2014-02-251-0/+54
| |
* | [mit] ModernizePhilipp Hagemeister2014-02-261-30/+37
|/
* Remove unused importsPhilipp Hagemeister2013-12-251-1/+0
|
* [mit] Add support for multiple formatsPhilipp Hagemeister2013-12-241-4/+14
|
* Fix MIT extractor for Python 2.6Jeff Smith2013-08-281-9/+7
| | | | | | | 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.
* Add extractors for video.mit.edu and techtv.mit.edu (closes #1327)Jaime Marquínez Ferrándiz2013-08-281-0/+76
video.mit.edu just embeds the videos from techtv.mit.edu