Mercurial > codedump
comparison kemonopartydownloader.py @ 99:2bccbf473ff4
kemonopartydownloader.py: --cookies is an argument, not an option
committer: GitHub <noreply@github.com>
author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
---|---|
date | Sun, 14 Aug 2022 05:30:44 -0400 |
parents | e4bf37150a3f |
children | b14e2a096ebf |
comparison
equal
deleted
inserted
replaced
98:e4bf37150a3f | 99:2bccbf473ff4 |
---|---|
5 [--proxy <proxy>] | 5 [--proxy <proxy>] |
6 kemonopartydownloader.py -h | --help | 6 kemonopartydownloader.py -h | --help |
7 | 7 |
8 Arguments: | 8 Arguments: |
9 <url> Kemono.party URL to download from | 9 <url> Kemono.party URL to download from |
10 -c --cookies <filename> A Netscape-compatible cookies.txt file | |
10 | 11 |
11 Options: | 12 Options: |
12 -h --help Show this screen | 13 -h --help Show this screen |
13 -c --cookies <filename> A Netscape-compatible cookies.txt file | |
14 -o --output <folder> Output folder, relative to the current directory | 14 -o --output <folder> Output folder, relative to the current directory |
15 -p --proxy <proxy> HTTP or HTTPS proxy (SOCKS5 with PySocks) | 15 -p --proxy <proxy> HTTP or HTTPS proxy (SOCKS5 with PySocks) |
16 """ | 16 """ |
17 import docopt | 17 import docopt |
18 import http.cookiejar | 18 import http.cookiejar |