diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-05-08 22:59:50 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-05-08 22:59:50 +0600 |
commit | fe373287ebdda002ed84dca1d8b9d6f8a5686138 (patch) | |
tree | 73c2c5456372a87e06fc9ea52d75a141011869d4 /youtube_dl/extractor/__init__.py | |
parent | cbe443362f91ab111e2a01fe8246e17a98668f88 (diff) |
[vgtv] Add support for bt vestlendingen (Closes #5620)
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 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 |