From 306f22ac112bd06c743ca0e28f0def83979cd5aa Mon Sep 17 00:00:00 2001 From: limkokhole Date: Sun, 23 Jan 2022 07:22:40 +0800 Subject: [PATCH] Disable -ua --- pinterest-downloader.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pinterest-downloader.py b/pinterest-downloader.py index ef0e1f0..d05afa9 100755 --- a/pinterest-downloader.py +++ b/pinterest-downloader.py @@ -1296,6 +1296,7 @@ def update_all( arg_thread_max :int, arg_cut :int, arg_rescrape :bool): print('\nUpdating [ ' + str(i+1) + ' / ' + total_str + ' ] \nChange to directory: ' + str(dir_origin) + ' \nURL: ' + str(input_url)) os.chdir(dir_origin) #ime.sleep(1) + print('-ua temporary disabled.') #run_library_main(input_url, '.', arg_thread_max, arg_cut, False, False, False, False, arg_rescrape, False, None, None)