マルチスレッド○○画像ダウンローダー

Ruby

rubyの勉強を兼ねて、マルチスレッドで「炎のアップローダー」から○○画像をダウンロードするスクリプトを書きました。

GitHub - matsubo/multi-thread-image-downloader: Multi-thread image downloader
Multi-thread image downloader. Contribute to matsubo/multi-thread-image-downloader development by creating an account on...

使い方。Macの人はTerminalにコピペすると動くと思う。(bundleにsudo必要かも)

主な機能

  • 重複ファイルダウンロードしない
  • ファイル名をmd5のhashで保存
  • マルチスレッド
  • オプションでproxy経由できる
  • User-Agent偽装

詳しくは、こちらのマニュアルをご参照ください。forkお待ちしています。
https://github.com/matsubo/multi-thread-image-downloader/blob/master/README.md

コメント