Skip to content

Instantly share code, notes, and snippets.

@mono0x
Created February 14, 2013 13:11
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 mono0x/4952673 to your computer and use it in GitHub Desktop.
Save mono0x/4952673 to your computer and use it in GitHub Desktop.
認証が必要なWebサイトのコンテンツをまとめてダウンロード
#!bin/sh
wget --keep-session-cookies --save-cookies=cookies.txt --post-data 'id=...&password=...' url
wget --load-cookies=cookies.txt -r url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment