[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
This commit is contained in:
Magnus Kolstad 2014-09-04 21:02:47 +02:00
parent ee90ddab94
commit 78149a962b
2 changed files with 74 additions and 0 deletions

View file

@ -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