about summary refs log tree commit diff
path: root/youtube_dl/extractor/wistia.py
Commit message (Expand)AuthorAgeFilesLines
* [wistia] Add support for playlists (closes #27533)Remita Amine2020-12-251-61/+98
* [wistia] Restrict embed regex (closes #25969)Sergey M․2020-07-111-1/+1
* [wistia] Add support for multiple generic embeds (closes #8347, closes #11385)Sergey M․2020-02-231-15/+16
* [wistia] improve format extraction and extract subtitles(closes #22590)Remita Amine2020-01-051-17/+51
* [wistia] reduce embed extraction false positives and support inline embeds(cl...Remita Amine2019-11-011-7/+8
* [wistia] Extend _VALID_URL (closes #18823)Sergey M․2019-01-121-1/+4
* [wistia] Add support for fast.wistia.com (closes #18287)Sergey M․2018-11-241-2/+5
* [extractor/generic] Extract wistia embed code into separate methodSergey M․2017-05-131-0/+22
* [extractor/generic] Add test for wistia standard embedSergey M․2016-05-201-1/+2
* [wistia] Improve hls supportSergey M․2016-05-201-1/+8
* [wistia] Skip storyboard and improve extractionSergey M․2016-05-201-4/+8
* [wistia] Add alias and modernizeSergey M․2016-05-201-10/+18
* [wistia] extract more metadataremitamine2016-03-171-15/+27
* [wistia] Fix extraction (Closes #8707)Sergey M․2016-03-011-1/+2
* Switch codebase to use sanitized_Request instead ofSergey M?2015-11-231-3/+5
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-5/+3
* [wistia] Use API and make more genericNaglis Jonaitis2014-09-201-6/+9
* [wistia] Add duration and modernizeSergey M․2014-06-241-7/+12
* [wistia] Prefer original video format above all othersPhilipp Hagemeister2014-01-011-0/+1
* [wistia] Use centralized sortingPhilipp Hagemeister2013-12-251-1/+2
* [wistia] Add extractorPhilipp Hagemeister2013-12-061-0/+55