diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-11-26 10:45:57 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-11-26 10:45:57 +0100 |
commit | d0720e71186ab565bc79913a946e6c6fe8d8f959 (patch) | |
tree | 3d5f07f01a8b38314f314cc7abdc4474f005e235 /youtube_dl/extractor/__init__.py | |
parent | 4e262a8838d487362a85eb8b8693d2fa84899f17 (diff) | |
parent | b9ed3af34368e110e6ab2262ce908d2e8572f025 (diff) |
Merge branch 'master' of github.com:rg3/youtube-dl
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 3e2133f5c..5c096542b 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -373,6 +373,7 @@ from .syfy import SyfyIE from .sztvhu import SztvHuIE from .tagesschau import TagesschauIE from .tapely import TapelyIE +from .tass import TassIE from .teachertube import ( TeacherTubeIE, TeacherTubeUserIE, |