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

[vidio] Add extractor (Closes #7195)

[Vidio] fix fallback value and wrap duration in int_or_none

[Vidio] don't use video_id for _html_search_regex()
This commit is contained in:
TRox1972
2016-05-21 17:48:17 +02:00
committed by Sergey M․
parent cad88f96dc
commit 7def35712a
2 changed files with 49 additions and 0 deletions

View File

@ -910,6 +910,7 @@ from .videomore import (
)
from .videopremium import VideoPremiumIE
from .videott import VideoTtIE
from .vidio import VidioIE
from .vidme import (
VidmeIE,
VidmeUserIE,