Skip to content

Instantly share code, notes, and snippets.

@ino46
Created November 27, 2010 01:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ino46/717426 to your computer and use it in GitHub Desktop.
Save ino46/717426 to your computer and use it in GitHub Desktop.
ラブひな高画質版 一括ダウンロード
#!bin/zsh
seq 101 114 | 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/1{}/hq'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment