summaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/indavideo.py
AgeCommit message (Expand)Author
2020-05-20[indavideo] Switch to HTTPS for API request (#25191)tlsssl
2018-05-26[indavideo] Add support for generic embeds (closes #11989)Sergey M․
2018-05-26[indavideo] Fix extraction (closes #11221)Sergey M․
2018-05-26[indavideo] Sign download URLsAndrás Veres-Szentkirályi
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-06-11[indavideo] Fix formats' height (Closes #9744)Sergey M․
2016-03-04[indavideo:embed] Fix tags extraction (Closes #8738)Sergey M․
2015-08-13[indavideo] Remove unused importSergey M․
2015-08-13[indavideo] Relax _VALID_URL to match subdomains and add testsSergey M․
2015-08-13[indavideo] Split in two extractors, extract all formats and fix timestampSergey M․
2015-08-13[indavideo] Add new extractornyuszika7h