1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-03 15:37:07 -05:00

[vice] Support Vice articles (closes #12968)

This commit is contained in:
Yen Chi Hsuan
2017-05-05 20:26:51 +08:00
parent cc7bda4fff
commit 4ac6dc3732
3 changed files with 67 additions and 14 deletions

View File

@@ -1125,6 +1125,7 @@ from .vgtv import (
from .vh1 import VH1IE
from .vice import (
ViceIE,
ViceArticleIE,
ViceShowIE,
)
from .viceland import VicelandIE