20 Commits (master)

Author SHA1 Message Date
Remita Amine d07866f13e [mit] Remove support for video.mit.edu(closes #22403) 5 years ago
Sergey M․ 5886b38d73 Add support for https for all extractors as preventive and future-proof measure 8 years ago
remitamine f22ba4bd60 update tests related to the change in youtube http format sorting
the change was done in 82156fdbf0
8 years ago
Sergey M․ f09a767d31 [mit] Allow external embeds (Closes #7406) 9 years ago
Sergey M․ 9dbdb65abe [techtvmit] Update test 9 years ago
Sergey M․ 9af461de35 [techtvmit] Fix extraction 9 years ago
Jaime Marquínez Ferrándiz 37dd5d4629 [mit] Don't set the subtitles field
YouTube already provides them in more formats
9 years ago
Philipp Hagemeister 5b78caca94 [mit] Amend test definitions 9 years ago
Philipp Hagemeister 876bef5937 [mit] Modernize 10 years ago
Philipp Hagemeister 1cc79574fc Fix imports and general cleanup
· 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
10 years ago
Sergey M. 2acea5c03d [mit] Fix MITIE test 10 years ago
Philipp Hagemeister a83a3139d1 [mit] Add import 10 years ago
Philipp Hagemeister 7216de55d6 [mit] Fix ocw tests 10 years ago
Philipp Hagemeister 7d75d06b78 Merge branch 'ocw-mit-edu' of https://github.com/amlweems/youtube-dl 10 years ago
Philipp Hagemeister 5b2478e2ba [mit] Modernize 10 years ago
Anthony Weems 151bae3566 Add support for ocw.mit.edu video lectures 10 years ago
Philipp Hagemeister 723f839911 Remove unused imports 10 years ago
Philipp Hagemeister 719d3927d7 [mit] Add support for multiple formats 10 years ago
Jeff Smith b5ba7b9dcf Fix MIT extractor for Python 2.6
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.
11 years ago
Jaime Marquínez Ferrándiz 67b22dd036 Add extractors for video.mit.edu and techtv.mit.edu (closes #1327)
video.mit.edu just embeds the videos from techtv.mit.edu
11 years ago