aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorMagnus Kolstad <magnus@kickback.no>2014-09-04 21:02:47 +0200
committerMagnus Kolstad <magnus@kickback.no>2014-09-04 21:02:47 +0200
commit78149a962b9aa0daa09b16a57234064f11cbc3a8 (patch)
treee25c7fd349bc3f1af18380e630b2663d457542d0 /youtube_dl/extractor/__init__.py
parentee90ddab94dd694f3d952954e4211e601c478d1e (diff)
downloadyoutube-dl-78149a962b9aa0daa09b16a57234064f11cbc3a8.tar.xz
[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__.py1
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