diff options
author | Tom-Oliver Heidel <github@tom-oliver.eu> | 2020-10-28 12:15:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-28 12:15:29 +0100 |
commit | 565e61d488bcdcc12566752f2b4829f7a74becf8 (patch) | |
tree | 9e170a13d827e179150a9fa3a77f37d4777fa183 /youtube_dlc/extractor/extractors.py | |
parent | ba2136cba29cc6f3ebc44cd6840bb3f851826eed (diff) | |
parent | 48aac9fc867087095079dee966a1511730d01f6d (diff) | |
download | hypervideo-pre-565e61d488bcdcc12566752f2b4829f7a74becf8.tar.lz hypervideo-pre-565e61d488bcdcc12566752f2b4829f7a74becf8.tar.xz hypervideo-pre-565e61d488bcdcc12566752f2b4829f7a74becf8.zip |
Merge pull request #36 from insaneracist/bandcamp-fix
[bandcamp] restore album downloads
Diffstat (limited to 'youtube_dlc/extractor/extractors.py')
-rw-r--r-- | youtube_dlc/extractor/extractors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py index d31edd7c8..fbd4ed1e3 100644 --- a/youtube_dlc/extractor/extractors.py +++ b/youtube_dlc/extractor/extractors.py @@ -84,7 +84,7 @@ from .awaan import ( ) from .azmedien import AZMedienIE from .baidu import BaiduVideoIE -from .bandcamp import BandcampIE, BandcampAlbumIE, BandcampWeeklyIE +from .bandcamp import BandcampIE, BandcampAlbumTrackIE, BandcampAlbumIE, BandcampWeeklyIE from .bbc import ( BBCCoUkIE, BBCCoUkArticleIE, |