From 68b691a50b196e34c7b247a119b41b969ba73dea Mon Sep 17 00:00:00 2001 From: Lim Kok Hole Date: Thu, 23 Mar 2023 12:01:48 +0800 Subject: [PATCH] Added [i] UA --- pinterest-downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinterest-downloader.py b/pinterest-downloader.py index cbe2128..0d94f98 100755 --- a/pinterest-downloader.py +++ b/pinterest-downloader.py @@ -1599,7 +1599,7 @@ def run_library_main(arg_path :str, arg_dir :str, arg_thread_max :int, arg_cut : proxies = dict(http=arg_http_proxy, https=arg_https_proxy) cookies = str(arg_cookies) - print('User Agent: ' + UA) + print('[i] User Agent: ' + UA) arg_path = arg_path.strip() if arg_path.startswith('https://pin.it/'):