toMedia
基本用法

下载画廊

批量下载画廊和专辑内容

🖼️ 下载画廊 / 专辑

画廊下载

# Imgur 画廊
gallery-dl "https://imgur.com/a/ALBUM_ID"

# Flickr 相册
gallery-dl "https://www.flickr.com/photos/username/albums/12345"

# DeviantArt 画廊
gallery-dl "https://www.deviantart.com/username/gallery"

收藏夹 / 点赞

# Twitter 喜欢的推文
gallery-dl "https://twitter.com/username/likes"

# Pixiv 收藏
gallery-dl "https://www.pixiv.net/users/USER_ID/bookmarks/artworks"

# DeviantArt 收藏
gallery-dl "https://www.deviantart.com/username/favourites"

标签 / 搜索结果

# Danbooru 标签搜索
gallery-dl "https://danbooru.donmai.us/posts?tags=landscape"

# Pixiv 标签搜索
gallery-dl "https://www.pixiv.net/tags/風景/artworks"

避免重复下载

# 使用归档文件记录已下载的内容
gallery-dl --download-archive archive.sqlite3 "URL"

# 后续运行会自动跳过已下载的文件
gallery-dl --download-archive archive.sqlite3 "URL"

对于频繁更新的用户主页,配合 --download-archive 使用可以实现增量下载 —— 每次只下载新增内容。

On this page