aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/bigflix.py
Commit message (Collapse)AuthorAgeFilesLines
* [bigflix] Remove an invalid testYen Chi Hsuan2016-08-131-9/+0
| | | | There's no video anymore
* [bigflix] Update testsSergey M․2016-07-261-2/+2
|
* [bigflix] Use correct indentation to make flake8 happyJaime Marquínez Ferrándiz2016-01-101-1/+1
|
* [bigflix] Improve formats extractionSergey M․2016-01-101-13/+28
|
* [bigflix] Extract all formatsSergey M․2016-01-101-7/+35
|
* [Bigflix] Add new extractor for bigflix.comVignesh Venkat2016-01-091-0/+42
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.