about summary refs log tree commit diff
path: root/youtube_dl/extractor/viidea.py
Commit message (Collapse)AuthorAgeFilesLines
* [viidea] Capture and output lecture error message (#14099)Sergey M․2017-09-021-5/+14
|
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-6/+6
|
* Remove _sort_formats from _extract_*_formats methodsSergey M․2016-03-271-0/+1
| | | | | | | Now _sort_formats should be called explicitly. _sort_formats has been added to all the necessary places in code. Closes #8051
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [viidea] Skip download for the test case requiring ffmpegYen Chi Hsuan2016-01-311-0/+4
|
* [viidea] Improve and cleanup (Closes #7390)Sergey M?2015-11-081-27/+72
| | | | | | * Optimize requests for multipart videos * Fix cfg regex * Improve titles and identifiers
* [viidia] Cleaupremitamine2015-11-081-6/+5
| | | | | | [viidea] extract playlist if lecture is an event [viidia] use compat_str
* [viidea] fix _VALID_URL regex and testsremitamine2015-11-081-2/+2
|
* [viidea] add support for sites using viidea serviceremitamine2015-11-081-0/+144