[vgtv] Add support for bt.no articles (#5620)

This commit is contained in:
Sergey M․ 2015-05-08 22:18:43 +06:00
parent 34e7dc81a9
commit 0ceab84749
2 changed files with 42 additions and 2 deletions

View file

@ -587,7 +587,10 @@ from .veoh import VeohIE
from .vessel import VesselIE
from .vesti import VestiIE
from .vevo import VevoIE
from .vgtv import VGTVIE
from .vgtv import (
BTArticleIE,
VGTVIE,
)
from .vh1 import VH1IE
from .vice import ViceIE
from .viddler import ViddlerIE