mirror of
https://github.com/Radiquum/furaffinity-dl.git
synced 2025-04-05 15:54:38 +00:00
Update README for html description option
This commit is contained in:
parent
263a429bcb
commit
bfc1b00a4e
2 changed files with 3 additions and 1 deletions
|
@ -132,7 +132,7 @@ parser.add_argument(
|
||||||
"-hd",
|
"-hd",
|
||||||
dest="html_description",
|
dest="html_description",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help="save description in original html format",
|
help="download description as original html format, this won't work if json-description is enabled",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--login",
|
"--login",
|
||||||
|
|
|
@ -54,6 +54,8 @@ options:
|
||||||
--filter enable submission filter
|
--filter enable submission filter
|
||||||
--metadata, -m enable metadata saving
|
--metadata, -m enable metadata saving
|
||||||
--download DOWNLOAD download a specific submission by providing its id
|
--download DOWNLOAD download a specific submission by providing its id
|
||||||
|
--html-description, -hd
|
||||||
|
download description as original html format, this won't work if json-description is enabled
|
||||||
--json-description, -jd
|
--json-description, -jd
|
||||||
download description as a JSON list
|
download description as a JSON list
|
||||||
--login extract furaffinity cookies directly from your browser
|
--login extract furaffinity cookies directly from your browser
|
||||||
|
|
Loading…
Add table
Reference in a new issue