aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorLucas <lucas.bergeron@outlook.fr>2019-08-18 23:41:35 +0200
committerLucas <lucas.bergeron@outlook.fr>2019-08-18 23:41:35 +0200
commite187464c18eb19e91ba4125a96c934200b9ba30c (patch)
tree29270741bc19db0c2dbabd1759537e46c236c0c3 /youtube_dl/extractor/extractors.py
parent480f2d89f6b461123e24a1288fddc287c3838d37 (diff)
downloadhypervideo-pre-e187464c18eb19e91ba4125a96c934200b9ba30c.tar.lz
hypervideo-pre-e187464c18eb19e91ba4125a96c934200b9ba30c.tar.xz
hypervideo-pre-e187464c18eb19e91ba4125a96c934200b9ba30c.zip
Add album extractor
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 06de556b7..578fd070b 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -264,7 +264,10 @@ from .daum import (
)
from .dbtv import DBTVIE
from .dctp import DctpTvIE
-from .deezer import DeezerPlaylistIE
+from .deezer import (
+ DeezerPlaylistIE,
+ DeezerAlbumIE,
+)
from .democracynow import DemocracynowIE
from .dfb import DFBIE
from .dhm import DHMIE