diff --git a/README.md b/README.md index 10b6e5b..beec0b5 100755 --- a/README.md +++ b/README.md @@ -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- diff --git a/pinterest-downloader.py b/pinterest-downloader.py index 8be3d05..3daf672 100755 --- a/pinterest-downloader.py +++ b/pinterest-downloader.py @@ -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.')