From bfc1b00a4e978f3ee1a7efd0d6b1c7ee769eb651 Mon Sep 17 00:00:00 2001 From: Ovear Date: Thu, 29 Sep 2022 16:42:29 +0800 Subject: [PATCH] Update README for html description option --- Modules/config.py | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Modules/config.py b/Modules/config.py index 4f32cb0..c727748 100644 --- a/Modules/config.py +++ b/Modules/config.py @@ -132,7 +132,7 @@ parser.add_argument( "-hd", dest="html_description", 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( "--login", diff --git a/README.md b/README.md index aa8ea89..9185520 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ options: --filter enable submission filter --metadata, -m enable metadata saving --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 download description as a JSON list --login extract furaffinity cookies directly from your browser