aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/auengine.py
Commit message (Collapse)AuthorAgeFilesLines
* [auengine] Remove extractorJaime Marquínez Ferrándiz2015-01-231-50/+0
| | | | The test is probably infringing copyright and nobody has provided a new test (see #4643).
* [auengine] Simplify (#4643)Philipp Hagemeister2015-01-051-11/+11
|
* [Auengine] corrected extractions logicoteng2015-01-051-11/+7
| | | | | | The way the video download url was been extracted was not working well so i change it for it to extract the correct url
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+1
| | | | | | | | · 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
* [auengine] SimplifyPhilipp Hagemeister2014-10-281-2/+1
|
* Replace 'referer' with 'http_referer'Sergey M․2014-03-251-1/+1
|
* [auengine] Add refererSergey M․2014-03-251-0/+1
|
* [auengine] ModernizeSergey M․2014-03-251-9/+11
|
* More unicode literalsPhilipp Hagemeister2014-01-071-7/+10
|
* Correct some extractor _VALID_URL regexesdst2013-12-041-1/+1
|
* [auengine] Do not return unnecessary extPhilipp Hagemeister2013-11-181-1/+0
|
* [auengine] SimplifyPhilipp Hagemeister2013-11-181-13/+17
|
* [auengine] Add tests (Fixes #985)Philipp Hagemeister2013-07-031-0/+8
|
* [auengine] Rename to official capitalizationPhilipp Hagemeister2013-06-271-1/+1
|
* Updated auengine IE to use compat_urllib* utilsAlbert Kim2013-06-271-4/+6
|
* Added an IE for auengine.comAlbert Kim2013-06-271-0/+36