1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

[vtm] Add extractor (closes #9974)

Implementation of the approach described in #9974.
This commit is contained in:
mrBliss
2017-01-31 13:59:18 +01:00
committed by Sergey M․
parent 3e5856d860
commit e7a51a4c02
2 changed files with 137 additions and 0 deletions

View File

@ -1174,6 +1174,7 @@ from .voxmedia import VoxMediaIE
from .vporn import VpornIE
from .vrt import VRTIE
from .vrak import VrakIE
from .vtm import VTMIE
from .vube import VubeIE
from .vuclip import VuClipIE
from .vvvvid import VVVVIDIE