1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-06 05:57:54 -05:00

[extractor/atscaleconfevent] Add extractor (#3971)

Closes #3961
Authored by: Ashish0804
This commit is contained in:
Ashish Gupta
2022-06-08 04:06:46 +05:30
committed by GitHub
parent 6e7c9201cd
commit c82a4a8fce
2 changed files with 35 additions and 0 deletions

View File

@ -99,6 +99,7 @@ from .asiancrush import (
AsianCrushPlaylistIE,
)
from .atresplayer import AtresPlayerIE
from .atscaleconf import AtScaleConfEventIE
from .atttechchannel import ATTTechChannelIE
from .atvat import ATVAtIE
from .audimedia import AudiMediaIE