经 AI Skill Hub 精选评估,gallery-dl AI技能包 获评「推荐使用」。在 GitHub 上收获超过 11.0k 颗 Star,这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
图片和话图为序端为安装序端,别、图片和话图为序端为安装序端。
gallery-dl AI技能包 是一款基于 Python 开发的开源工具,专注于 手录为图片为安装序端、手录为话图为安装序端、手录为序端为安装序端 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
图片和话图为序端为安装序端,别、图片和话图为序端为安装序端。
gallery-dl AI技能包 是一款基于 Python 开发的开源工具,专注于 手录为图片为安装序端、手录为话图为安装序端、手录为序端为安装序端 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install gallery-dl
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install gallery-dl
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/mikf/gallery-dl
cd gallery-dl
pip install -e .
# 验证安装
python -c "import gallery_dl; print('安装成功')"
# 下载 Instagram 相册 gallery-dl https://www.instagram.com/username/ # 下载 Twitter/X 用户所有图片 gallery-dl https://twitter.com/username/media # 指定输出目录 gallery-dl -d /path/to/output URL # 下载 Pixiv 插画 gallery-dl https://www.pixiv.net/artworks/12345 # 批量下载(从文件读取 URL) gallery-dl -i urls.txt
# gallery-dl 配置文件示例(config.yml) app: name: "gallery-dl" debug: false log_level: "INFO" # 运行时指定配置文件 gallery-dl --config config.yml # 或通过环境变量配置 export GALLERY_DL_API_KEY="your-key" export GALLERY_DL_OUTPUT_DIR="./output"
==========
| Executables built from the latest commit can be found at | https://github.com/gdl-org/builds/releases
Using the Dockerfile in the repository:
.. code:: bash
git clone https://codeberg.org/mikf/gallery-dl.git cd gallery-dl/ docker build -t gallery-dl:latest .
Pulling image from Docker Hub <https://hub.docker.com/r/mikf123/gallery-dl>__:
.. code:: bash
docker pull mikf123/gallery-dl docker tag mikf123/gallery-dl gallery-dl
Pulling image from GitHub Container Registry <https://github.com/mikf/gallery-dl/pkgs/container/gallery-dl>__:
.. code:: bash
docker pull ghcr.io/mikf/gallery-dl docker tag ghcr.io/mikf/gallery-dl gallery-dl
Pulling Nightly Build images built from the latest commit by using the `dev` tag:
.. code:: bash
docker pull mikf123/gallery-dl:dev docker pull ghcr.io/mikf/gallery-dl:dev
To run the container you will probably want to attach some directories on the host so that the config file and downloads can persist across runs.
Make sure to either download the example config file reference in the repo and place it in the mounted volume location or touch an empty file there.
If you gave the container a different tag or are using podman then make sure you adjust. Run `docker image ls` to check the name if you are not sure.
This will remove the container after every use so you will always have a fresh environment for it to run. If you setup a ci-cd pipeline to autobuild the container you can also add a `--pull=newer` flag so that when you run it docker will check to see if there is a newer container and download it before running.
.. code:: bash
docker run --rm -v $HOME/Downloads/:/gallery-dl/ -v $HOME/.config/gallery-dl/gallery-dl.conf:/etc/gallery-dl.conf -it gallery-dl:latest
You can also add an alias to your shell for "gallery-dl" or create a simple bash script and drop it somewhere in your $PATH to act as a shim for this command.
To use gallery-dl simply call it with the URLs you wish to download images from:
.. code:: bash
gallery-dl [OPTIONS]... URLS...
Use :code:gallery-dl --help or see <docs/options.md>__ for a full list of all command-line options.
Download images; in this case from danbooru via tag search for 'bonocho':
.. code:: bash
gallery-dl "https://danbooru.donmai.us/posts?tags=bonocho"
Get the direct URL of an image from a site supporting authentication with username & password:
.. code:: bash
gallery-dl -g -u "<username>" -p "<password>" "https://twitter.com/i/web/status/604341487988576256"
Filter manga chapters by chapter number and language:
.. code:: bash
gallery-dl --chapter-filter "10 <= chapter < 20" -o "lang=fr" "https://mangadex.org/title/59793dd0-a2d8-41a2-9758-8197287a8539"
| Search a remote resource for URLs and download images from them: | (URLs for which no extractor can be found will be silently ignored)
.. code:: bash
gallery-dl "r:https://pastebin.com/raw/FLwrCYsT"
If a site's address is nonstandard for its extractor, you can prefix the URL with the extractor's name to force the use of a specific extractor:
.. code:: bash
gallery-dl "tumblr:https://sometumblrblog.example"
gallery-dl is a command-line program to download image galleries and collections from several image hosting sites (see Supported Sites <docs/supportedsites.md>). It is a cross-platform tool with many command-line <https://gdl-org.github.io/docs/options.html> and configuration <https://gdl-org.github.io/docs/configuration.html> options, as well as powerful file-naming capabilities <https://gdl-org.github.io/docs/formatting.html>.
-----
ytdl` integration--cookies-from-browser`Configuration files for gallery-dl use a JSON-based file format.
图片和话图为序端为安装序端、常用为图片和话图为序端。常用为序端为安装序端。
该工具使用 GPL-2.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ GPL 2.0 — Copyleft 协议,衍生作品必须以同协议开源,不可闭源商业化。
AI Skill Hub 点评:gallery-dl AI技能包 的核心功能完整,质量良好。对于AI 技术爱好者来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | gallery-dl |
| 原始描述 | 图片和视频批量下载工具,支持 Instagram/Twitter/Pixiv 等数百个平台 |
| Topics | 手录为图片为安装序端手录为话图为安装序端手录为序端为安装序端 |
| GitHub | https://github.com/mikf/gallery-dl |
| License | GPL-2.0 |
| 语言 | Python |
收录时间:2026-05-13 · 更新时间:2026-05-16 · License:GPL-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。