about summary refs log tree commit diff
path: root/youtube_dl/extractor/teachertube.py
Commit message (Collapse)AuthorAgeFilesLines
* [teachertube] Capture and output error messageSergey M․2018-01-241-1/+8
|
* [teachertube] Fix and relax thumbnail extraction (closes #15403)Sergey M․2018-01-241-20/+11
|
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-2/+2
|
* Unify coding cookieDéstin Reed2016-10-031-1/+1
|
* [teachertube] ModernizePhilipp Hagemeister2015-01-081-3/+1
|
* PEP8 appliedJouke Waleson2014-11-231-1/+1
|
* Move playlist tests to extractors.Philipp Hagemeister2014-08-281-0/+7
| | | | From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
* [teachertube] Fix title and playlist recognitionPhilipp Hagemeister2014-07-211-9/+11
|
* [teachertube] Add support for new video URL formatSergey M․2014-07-031-1/+10
|
* [teachertube:user:collection] Update media regexSergey M․2014-07-031-6/+4
|
* [teachertube:user] fix regexPetr Půlpán2014-06-291-2/+2
|
* [TeacherTube] add user + collection, removed classroomsPetr Půlpán2014-06-291-9/+19
|
* [teachertube] Add support for new URL formatsSergey M․2014-06-261-1/+1
|
* [teachertube] Improve extractionSergey M․2014-06-261-1/+2
|
* [teachertube] Fix extractionSergey M․2014-06-231-10/+21
|
* [teachertube] Fix extraction for Python 3Sergey M․2014-06-081-1/+3
|
* [teachertube] Add support for audiosSergey M․2014-06-071-14/+22
|
* [TeacherTubeIE] Add extractor for teachertube.com videos + classrooms (fixes ↵pulpe2014-06-061-0/+85
#3046)