diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-02-19 01:06:16 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-02-19 01:06:16 +0100 |
commit | a9c7198a0b3f6a94c3f3132f8ea5e7585478f344 (patch) | |
tree | 1ce100ff88c097123ec936fc9130805368174fee /youtube_dl/extractor/__init__.py | |
parent | f6f01ea17b553dfb78e4305a665c966db342fcdb (diff) |
[testurl] Add extractor
This is a pseudo extractor that can be used to quickly look up test URLs, or test without the test harness.
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 725371883..e35287f88 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -216,6 +216,7 @@ from .sztvhu import SztvHuIE from .teamcoco import TeamcocoIE from .techtalks import TechTalksIE from .ted import TEDIE +from .testurl import TestURLIE from .tf1 import TF1IE from .theplatform import ThePlatformIE from .thisav import ThisAVIE |