1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-21 23:48:57 +00:00

[ie/boomplay] add extractors

This commit is contained in:
grqx_wsl
2024-10-13 12:46:03 +13:00
parent ceaea731b6
commit a8769f672b
2 changed files with 290 additions and 0 deletions

View File

@@ -280,6 +280,13 @@ from .blogger import BloggerIE
from .bloomberg import BloombergIE
from .bokecc import BokeCCIE
from .bongacams import BongaCamsIE
from .boomplay import (
BoomPlayEpisodeIE,
BoomPlayMusicIE,
BoomPlayPlaylistIE,
BoomPlayPodcastIE,
BoomPlayVideoIE,
)
from .boosty import BoostyIE
from .bostonglobe import BostonGlobeIE
from .box import BoxIE