1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-07 08:37:08 -05:00

[imgur] improve gallery and album detection and extraction(closes #9133)(closes #16577)(closes #17223)(closes #18404)

This commit is contained in:
Remita Amine
2018-12-09 09:35:17 +01:00
parent 1bab343704
commit 5f47a60c5d
2 changed files with 44 additions and 43 deletions

View File

@@ -483,6 +483,7 @@ from .imdb import (
from .imgur import (
ImgurIE,
ImgurAlbumIE,
ImgurGalleryIE,
)
from .ina import InaIE
from .inc import IncIE