Clean unneded
This commit is contained in:
parent
66acbdd5e1
commit
c395cd822a
|
@ -2,8 +2,8 @@ import requests
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
|
|
||||||
tags = str(input("Enter tags: "))
|
tags = input("Enter tags: ")
|
||||||
destination = str(input("Enter the directory you want dowload to (the directory will be created if not exists): "))
|
destination = input("Enter the directory you want dowload to (the directory will be created if not exists): ")
|
||||||
done = False
|
done = False
|
||||||
|
|
||||||
def download_url(url):
|
def download_url(url):
|
||||||
|
|
Loading…
Reference in New Issue