diff --git a/utilities/rule34.xxx-parser.py b/utilities/rule34.xxx-parser.py index d412ff1..d38bc87 100644 --- a/utilities/rule34.xxx-parser.py +++ b/utilities/rule34.xxx-parser.py @@ -2,8 +2,8 @@ import requests import json import os -tags = str(input("Enter tags: ")) -destination = str(input("Enter the directory you want dowload to (the directory will be created if not exists): ")) +tags = input("Enter tags: ") +destination = input("Enter the directory you want dowload to (the directory will be created if not exists): ") done = False def download_url(url):