mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-01-04 04:29:37 +01:00
[imgur] improve gallery and album detection and extraction(closes #9133)(closes #16577)(closes #17223)(closes #18404)
This commit is contained in:
parent
1bab343704
commit
5f47a60c5d
2 changed files with 44 additions and 43 deletions
|
|
@ -483,6 +483,7 @@ from .imdb import (
|
|||
from .imgur import (
|
||||
ImgurIE,
|
||||
ImgurAlbumIE,
|
||||
ImgurGalleryIE,
|
||||
)
|
||||
from .ina import InaIE
|
||||
from .inc import IncIE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue