1
0
Fork 0

[BandCamp] Add BandcampMusicIE (#668)

Authored by Ashish0804
This commit is contained in:
Ashish 2021-08-10 18:42:11 +05:30 committed by GitHub
commit bc8745480e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 47 additions and 2 deletions

View file

@ -109,7 +109,12 @@ from .awaan import (
from .azmedien import AZMedienIE
from .baidu import BaiduVideoIE
from .bandaichannel import BandaiChannelIE
from .bandcamp import BandcampIE, BandcampAlbumIE, BandcampWeeklyIE
from .bandcamp import (
BandcampIE,
BandcampAlbumIE,
BandcampWeeklyIE,
BandcampMusicIE,
)
from .bbc import (
BBCCoUkIE,
BBCCoUkArticleIE,