aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/golem.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+3
| | | | | | | | · 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
* [golem] Fix under 2.6Philipp Hagemeister2014-09-291-4/+2
| | | | It's a sad story; 2.6 does not support any non-trivial xpaths.
* Remove unused importsPhilipp Hagemeister2014-09-281-2/+0
|
* [golem] Simplify (#3828)Philipp Hagemeister2014-09-281-91/+33
|
* [golem] Don't omit positional argument specifiersMats2014-09-271-9/+9
| | | | Required by Python 2.6.
* [golem] Add new extractorMats2014-09-251-0/+131