diff --git a/google_images_download/google_images_download.py b/google_images_download/google_images_download.py index fd89a3a9..97158d56 100755 --- a/google_images_download/google_images_download.py +++ b/google_images_download/google_images_download.py @@ -919,7 +919,7 @@ def download_executor(self,arguments): while i < len(search_keyword): # 3.for every main keyword iteration = "\n" + "Item no.: " + str(i + 1) + " -->" + " Item name = " + (pky) + (search_keyword[i]) + (sky) if not arguments["silent_mode"]: - print(iteration.encode('raw_unicode_escape').decode('utf-8')) + print(iteration) print("Evaluating...") else: print("Downloading images for: " + (pky) + (search_keyword[i]) + (sky) + " ...")