1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 14:45:14 +00: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