This commit is contained in:
limkokhole
2022-01-23 23:43:27 +08:00
parent a56cf2a22c
commit db9c0a4794
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ Download all images/videos from Pinterest user/board/section.
and missed unless fetch all pages.
-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
section will not download. 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-

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 download. 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.')