1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-21 07:28:52 +00:00

[ie/bandlab] Add extractors (#11535)

Closes #7750
Authored by: seproDev
This commit is contained in:
sepro
2024-11-16 17:56:43 +01:00
committed by GitHub
parent 70c55cb08f
commit 6365e92589
2 changed files with 442 additions and 0 deletions

View File

@@ -208,6 +208,10 @@ from .bandcamp import (
BandcampUserIE,
BandcampWeeklyIE,
)
from .bandlab import (
BandlabIE,
BandlabPlaylistIE,
)
from .bannedvideo import BannedVideoIE
from .bbc import (
BBCIE,