1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-01 08:32:23 -04:00

Add extractor for thescene.com (closes #8929)

This commit is contained in:
Jaime Marquínez Ferrándiz
2016-03-22 22:17:59 +01:00
parent c6ca11f1b3
commit 7da2c87119
2 changed files with 49 additions and 0 deletions

View File

@@ -743,6 +743,7 @@ from .theplatform import (
ThePlatformIE,
ThePlatformFeedIE,
)
from .thescene import TheSceneIE
from .thesixtyone import TheSixtyOneIE
from .thestar import TheStarIE
from .thisamericanlife import ThisAmericanLifeIE