1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 22:25:19 +00:00

[extractor/Scrolller] Add extractor (#4010)

Closes #3635
Authored by: LunarFang416
This commit is contained in:
Abubukker Chaudhary
2022-06-28 08:10:43 -04:00
committed by GitHub
parent 962ffcf89c
commit 2c60eae899
2 changed files with 105 additions and 0 deletions

View File

@@ -1511,6 +1511,7 @@ from .scte import (
SCTEIE,
SCTECourseIE,
)
from .scrolller import ScrolllerIE
from .seeker import SeekerIE
from .senategov import SenateISVPIE, SenateGovIE
from .sendtonews import SendtoNewsIE