项目作者: Isvvc

项目描述 :
Download script for images hosted using Single File PHP Gallery
高级语言: Swift
项目地址: git://github.com/Isvvc/Single-File-PHP-Gallery-Downloader.git
创建时间: 2020-12-10T00:15:32Z
项目社区:https://github.com/Isvvc/Single-File-PHP-Gallery-Downloader

开源协议:MIT License

下载


Single-File-PHP-Gallery-Downloader

Download script for images hosted using Single File PHP Gallery (SFPG).

Features

  • Download all images in a given SFPG directory
  • Specify output directory
  • Download count limit
  • Run recursively on subdirectories
    • Limit traversal depth
  • Skip existing files (for canceling and resuming later)

Usage

  1. USAGE: sfpgd [--verbose] [--recursive] [--depth <depth>] [--count <count>] [--output <output>] [--limit <limit>] <url>
  2. ARGUMENTS:
  3. <url> The URL of the Single File PHP Gallery.
  4. OPTIONS:
  5. -v, --verbose Show verbose printout.
  6. -r, --recursive Recurively download subdirectories. Is overridden by --depth.
  7. -d, --depth <depth> Maximum depth of folders to traverse. Overrides --recursive.
  8. -c, --count <count> Maximum number of images to save, including existing files.
  9. -o, --output <output> Output directory.
  10. -l, --limit <limit> Limit of number of new images to download.
  11. -h, --help Show help information.

Build

Currently only building for macOS is supported.

Open Single File PHP Gallery Downloader.xcodeproj in Xcode.
Specify arguments in private Run scheme for testing.

Archive in Xcode to get standalone executable.