diff options
author | Remita Amine <remitamine@gmail.com> | 2018-12-09 09:35:17 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2018-12-09 09:35:17 +0100 |
commit | 5f47a60c5d66d65b505131a672a3bad67ddaa00f (patch) | |
tree | 3b7027206fd45edf9dadfbcd17525a1e1e297bcc /youtube_dl/extractor/extractors.py | |
parent | 1bab3437046646da4ebe2b8e0c7fdc25aa1072ce (diff) |
[imgur] improve gallery and album detection and extraction(closes #9133)(closes #16577)(closes #17223)(closes #18404)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index e5f18a75d..e28db6968 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -483,6 +483,7 @@ from .imdb import ( from .imgur import ( ImgurIE, ImgurAlbumIE, + ImgurGalleryIE, ) from .ina import InaIE from .inc import IncIE |