[testurl] Add extractor

This is a pseudo extractor that can be used to quickly look up test URLs, or test without the test harness.
This commit is contained in:
Philipp Hagemeister
2014-02-19 01:06:16 +01:00
parent f6f01ea17b
commit a9c7198a0b
2 changed files with 67 additions and 0 deletions

View File

@@ -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