Clean unneded
This commit is contained in:
parent
66acbdd5e1
commit
c395cd822a
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue