1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-02 19:53:27 +00:00

[videomore] Add extractor (Closes #8040)

This commit is contained in:
Sergey M․
2015-12-29 23:57:46 +06:00
parent 06e4874c99
commit 030dfb04e0
2 changed files with 191 additions and 0 deletions
+5
View File
@@ -781,6 +781,11 @@ from .viddler import ViddlerIE
from .videodetective import VideoDetectiveIE
from .videofyme import VideofyMeIE
from .videomega import VideoMegaIE
from .videomore import (
VideomoreIE,
VideomoreVideoIE,
VideomoreSeasonIE,
)
from .videopremium import VideoPremiumIE
from .videott import VideoTtIE
from .vidme import VidmeIE