aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/funimation.py
Commit message (Collapse)AuthorAgeFilesLines
* Simplify formats accumulation for f4m/m3u8/smil formatsSergey M․2015-12-291-4/+2
| | | | Now all _extract_*_formats routines return a list
* [funimation] Improve loginSergey M․2015-12-131-5/+11
|
* [funimation] Improve extractionSergey M․2015-12-121-12/+10
|
* [funimation] Add test for promotional videoSergey M․2015-12-121-1/+8
|
* [funimation] Fix promotional videos extractionSergey M․2015-12-121-2/+3
|
* [funimation] Extend _VALID_URL to match promotional videosSergey M․2015-12-121-1/+4
|
* [funimation] Remove unused importSergey M․2015-12-121-1/+0
|
* [funimation] Use mobile webpage for workaround hulu errorSergey M․2015-12-121-64/+89
|
* [funimation] Improve _VALID_URLSergey M․2015-12-111-1/+1
|
* [funimation] Update testSergey M․2015-12-111-5/+6
|
* [funimation] Improve extraction (Closes #7775)Sergey M?2015-12-111-34/+107
|
* [funimation] Real UA is required for loginSergey M?2015-12-111-2/+4
|
* [funimation] Remove unnecessary login form fieldSergey M?2015-12-111-1/+0
|
* [funimation] Fix login messageSergey M?2015-12-111-1/+2
|
* [funimation] PEP 8Sergey M?2015-12-111-1/+2
|
* [funimation] Add new extractorMuratcan Simsek2015-12-111-0/+77
Update funimation.py Update funimation.py Removed unnecessary lines. Update funimation.py Added thumbnail and description. Filename improvement. fixed TEST.