平台专项
其他平台
gallery-dl 支持的其他网站
🌐 其他支持的平台
gallery-dl 支持数百个网站,以下是一些常用的:
查看支持的网站
# 列出所有支持的网站
gallery-dl --list-extractors
# 搜索是否支持某网站
gallery-dl --list-extractors | grep -i "reddit"# 下载帖子中的图片
gallery-dl "https://www.reddit.com/r/EarthPorn/comments/xxx/"
# 下载子版的所有图片
gallery-dl "https://www.reddit.com/r/EarthPorn/"
# 下载用户的帖子
gallery-dl "https://www.reddit.com/user/username/submitted/"Imgur
# 单张图片
gallery-dl "https://imgur.com/IMAGE_ID"
# 相册
gallery-dl "https://imgur.com/a/ALBUM_ID"
# 用户上传的所有内容
gallery-dl "https://imgur.com/user/username"DeviantArt
# 画廊
gallery-dl "https://www.deviantart.com/username/gallery"
# 收藏夹
gallery-dl "https://www.deviantart.com/username/favourites"Danbooru / Gelbooru 等
# 标签搜索
gallery-dl "https://danbooru.donmai.us/posts?tags=landscape"
# Gelbooru
gallery-dl "https://gelbooru.com/index.php?page=post&s=list&tags=nature"Tumblr
gallery-dl "https://username.tumblr.com"Flickr
# 相册
gallery-dl "https://www.flickr.com/photos/username/albums/ALBUM_ID"
# 收藏夹
gallery-dl "https://www.flickr.com/photos/username/favorites"ArtStation
gallery-dl "https://www.artstation.com/username"通用网页图片
# 直接 URL
gallery-dl "https://example.com/image.jpg"
# 网页中的所有图片(需要 recursive extractor)
gallery-dl -o "image-range=1-" "https://example.com/page-with-images"gallery-dl 支持的完整网站列表请参考 官方支持站点列表。