This commit is contained in:
limkokhole
2022-01-23 23:35:35 +08:00
parent 8e0070714b
commit a56cf2a22c
2 changed files with 5 additions and 5 deletions

View File

@@ -70,10 +70,10 @@ Download all images/videos from Pinterest user/board/section.
-ua, --update-all Update all folders in current directory recursively
based on theirs urls-pinterest-downloader.urls. New
section will not downlaod. New board may download if
previously download by username Options other than -c,
-j, -rs, -ps/p will ignore. -c must same if provided
previously or else filename not same will re-download.
Not recommend to use -c at all.
previously download by username. Options other than
-c, -j, -rs, -ps/p will ignore. -c must same if
provided previously or else filename not same will re-
download. Not recommend to use -c at all.
-es, --exclude-section
Exclude sections if download from username or board.
-ps HTTPS_PROXY, --https-proxy HTTPS_PROXY

View File

@@ -1565,7 +1565,7 @@ def run_direct_main():
This option disable that behavior and re-scrape all, use it when you feel missing images somewhere or incomplete download.\n\
This issue is because Pinterest only lists reordered as you see in the webpage which possible newer images reorder below local highest Pin ID image and missed unless fetch all pages.')
arg_parser.add_argument('-ua', '--update-all', dest='update_all', action='store_true', help='Update all folders in current directory recursively based on theirs urls-pinterest-downloader.urls.\n\
New section will not downlaod. New board may download if previously download by username\n\
New section will not downlaod. New board may download if previously download by username.\n\
Options other than -c, -j, -rs, -ps/p will ignore.\n\
-c must same if provided previously or else filename not same will re-download. Not recommend to use -c at all.')
arg_parser.add_argument('-es', '--exclude-section', dest='exclude_section', action='store_true', help='Exclude sections if download from username or board.')