Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matoken/794747 to your computer and use it in GitHub Desktop.
Save matoken/794747 to your computer and use it in GitHub Desktop.
j-comi 交通事故鑑定人 環倫一郎 高画質版 一括ダウンロード
#!bin/zsh
# http://www.j-comi.jp/book/comic/22
seq 201 218 | sed -re 's/^1//g' | xargs -i wget -w 5 -t 1 -c -nc -O 'LH{}_hq.pdf' 'http://dl.j-comi.jp/download/book/2{}/hq'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment