1
0
Fork 0

[extractor/beatbump] Add extractors (#5304)

Authored by: Bobscorn, pukkandan
Closes #4653
This commit is contained in:
Bobscorn 2022-12-27 20:04:56 +13:00 committed by GitHub
commit 0ef3d47027
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 105 additions and 0 deletions

View file

@ -184,6 +184,10 @@ from .bbc import (
from .beeg import BeegIE
from .behindkink import BehindKinkIE
from .bellmedia import BellMediaIE
from .beatbump import (
BeatBumpVideoIE,
BeatBumpPlaylistIE,
)
from .beatport import BeatportIE
from .berufetv import BerufeTVIE
from .bet import BetIE