aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/spankwire.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-3/+5
| | | | | | | | · Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions
* [spankwire] Fix extractionSergey M․2014-10-011-2/+2
|
* [spankwire] Fix extraction and modernizeSergey M․2014-09-291-19/+29
|
* [spankwire] Fix uploader id regexSergey M.2014-02-221-1/+1
|
* [spankwire] Improve and modernizeSergey M.2014-02-221-24/+41
|
* [spankwire] Use centralized format sorting and unicode_literalsPhilipp Hagemeister2014-01-171-14/+24
|
* [spankwire] Fix description searchPhilipp Hagemeister2013-11-201-1/+1
|
* [spankwire] fix check for descriptionPhilipp Hagemeister2013-11-201-5/+6
|
* Clean up unused imports and other minor mistakesPhilipp Hagemeister2013-11-201-1/+0
|
* Style fixes for extractors: remove spaces around (,),{ and }Jaime Marquínez Ferrándiz2013-11-031-3/+3
|
* Add the missing age_limit tags; added a devscript to do a superficial check ↵Filippo Valsorda2013-10-281-0/+4
| | | | for porn sites without the age_limit tag in the test
* Add support for http://www.spankwire.comrzhxeo2013-10-271-0/+70