aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-05-08 22:59:50 +0600
committerSergey M․ <dstftw@gmail.com>2015-05-08 22:59:50 +0600
commitfe373287ebdda002ed84dca1d8b9d6f8a5686138 (patch)
tree73c2c5456372a87e06fc9ea52d75a141011869d4 /youtube_dl/extractor/__init__.py
parentcbe443362f91ab111e2a01fe8246e17a98668f88 (diff)
downloadyoutube-dl-fe373287ebdda002ed84dca1d8b9d6f8a5686138.tar.xz
[vgtv] Add support for bt vestlendingen (Closes #5620)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index 5cc35c8eb..96cf28efe 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -589,6 +589,7 @@ from .vesti import VestiIE
from .vevo import VevoIE
from .vgtv import (
BTArticleIE,
+ BTVestlendingenIE,
VGTVIE,
)
from .vh1 import VH1IE