aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/bigflix.py
AgeCommit message (Collapse)Author
2018-01-23Switch codebase to use compat_b64decodeSergey M․
2016-08-13[bigflix] Remove an invalid testYen Chi Hsuan
There's no video anymore
2016-07-26[bigflix] Update testsSergey M․
2016-01-10[bigflix] Use correct indentation to make flake8 happyJaime Marquínez Ferrándiz
2016-01-10[bigflix] Improve formats extractionSergey M․
2016-01-10[bigflix] Extract all formatsSergey M․
2016-01-09[Bigflix] Add new extractor for bigflix.comVignesh Venkat
Add an IE to support bigflix.com. It uses some sort of silverlight plugin whose video url is being populated using base64 encoded flashvars. So it is quite straightforward to extract.