1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

[BanBye] Add extractor (#3177)

Closes #3175
Authored by: mehq
This commit is contained in:
mehq
2022-03-27 14:57:05 +06:00
committed by GitHub
parent 1235d333ab
commit 5b4bb715e6
2 changed files with 157 additions and 0 deletions

View File

@ -122,6 +122,10 @@ from .awaan import (
)
from .azmedien import AZMedienIE
from .baidu import BaiduVideoIE
from .banbye import (
BanByeIE,
BanByeChannelIE,
)
from .bandaichannel import BandaiChannelIE
from .bandcamp import (
BandcampIE,