diff options
author | Magnus Kolstad <magnus@kickback.no> | 2014-09-04 21:02:47 +0200 |
---|---|---|
committer | Magnus Kolstad <magnus@kickback.no> | 2014-09-04 21:02:47 +0200 |
commit | 78149a962b9aa0daa09b16a57234064f11cbc3a8 (patch) | |
tree | e25c7fd349bc3f1af18380e630b2663d457542d0 /youtube_dl/extractor/__init__.py | |
parent | ee90ddab94dd694f3d952954e4211e601c478d1e (diff) |
[vgtv] Add new extractor
Because of the #! in the URL structure for VGTV we need to add ' before and after given URL. Or else it will cry:
-bash: !/video/100495/lars-og-lars-sesong-6-episode-6-lakselus: event not found
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 e49ac3e52..18f73a890 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -325,6 +325,7 @@ from .veehd import VeeHDIE from .veoh import VeohIE from .vesti import VestiIE from .vevo import VevoIE +from .vgtv import VGTVIE from .vh1 import VH1IE from .viddler import ViddlerIE from .videobam import VideoBamIE |