LoginSignup
6
4

More than 5 years have passed since last update.

ニコニコ静画のマンガをダウンロードしてpdfにするやつ

Posted at
curl -c cookie.txt -d "mail_tel=メールアドレス" -d "password=パスワード" "https://secure.nicovideo.jp/secure/login?site=niconico"
curl -b cookie.txt "http://seiga.nicovideo.jp/api/theme/data?theme%5Fid=87011" | grep source_url | grep -o 'http[^<]\+' | xargs wget
convert [!cookie.txt]* seiga.pdf
open seiga.pdf
6
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
4