aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorTRox1972 <TRox1972@users.noreply.github.com>2016-05-27 13:37:40 +0200
committerSergey M․ <dstftw@gmail.com>2016-06-09 21:27:27 +0700
commitbb1e44cc8ee7937422fb5635f3431feb6d5fd918 (patch)
tree138015b2a39ebede14f45a4457439787a091f3c0 /youtube_dl/extractor/extractors.py
parent21efee5f8bc8daf0cbb5fc3408a1fc5b9d5eadcb (diff)
downloadyoutube-dl-bb1e44cc8ee7937422fb5635f3431feb6d5fd918.tar.xz
[godtv] Add extractor
[GodTV] Improvements
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index aa98782a5..40dcfcde3 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -292,6 +292,7 @@ from .globo import (
GloboArticleIE,
)
from .godtube import GodTubeIE
+from .godtv import GodTVIE
from .goldenmoustache import GoldenMoustacheIE
from .golem import GolemIE
from .googledrive import GoogleDriveIE