aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/mooshare.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused importsJaime Marquínez Ferrándiz2014-12-151-1/+0
|
* [mooshare] ModernizeNaglis Jonaitis2014-12-151-2/+1
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-5/+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
* Remove useless u prefixesPhilipp Hagemeister2014-11-261-1/+1
|
* PEP8 appliedJouke Waleson2014-11-231-1/+1
|
* [mooshare] Add support for URLs starting with 'www'Sergey M․2014-03-271-1/+1
|
* [mooshare] Fix bogus video page URLSergey M.2014-02-061-2/+2
|
* [mooshare] Add support for mooshare.biz (Closes #2149)Sergey M2014-02-041-0/+114