aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/extractor/extractors.py
diff options
context:
space:
mode:
authorinsaneracist <insaneracist@cyberdude.com>2020-10-28 08:12:58 -0700
committerinsaneracist <insaneracist@cyberdude.com>2020-10-28 08:12:58 -0700
commitccec6955f34ce9933e48562e8538bbf98247c050 (patch)
tree4b4bad39744e78a7fdde9d4db2c94efc2b632ed3 /youtube_dlc/extractor/extractors.py
parentcf553deceb0e4d8f1fa6c66a7eabfe9a0f04343c (diff)
downloadhypervideo-pre-ccec6955f34ce9933e48562e8538bbf98247c050.tar.lz
hypervideo-pre-ccec6955f34ce9933e48562e8538bbf98247c050.tar.xz
hypervideo-pre-ccec6955f34ce9933e48562e8538bbf98247c050.zip
[bandcamp] fix failing test. remove subclass hack
Diffstat (limited to 'youtube_dlc/extractor/extractors.py')
-rw-r--r--youtube_dlc/extractor/extractors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/extractors.py b/youtube_dlc/extractor/extractors.py
index fbd4ed1e3..d31edd7c8 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, BandcampAlbumTrackIE, BandcampAlbumIE, BandcampWeeklyIE
+from .bandcamp import BandcampIE, BandcampAlbumIE, BandcampWeeklyIE
from .bbc import (
BBCCoUkIE,
BBCCoUkArticleIE,