Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ with open(save_path, 'wb') as f:
|
|
13 |
|
14 |
download_url="https://img.zcool.cn/community/0104c15cd45b49a80121416816f1ec.jpg@1280w_1l_2o_100sh.jpg"
|
15 |
def download_file(download_url):
|
|
|
16 |
try:
|
17 |
response = requests.get(download_url)
|
18 |
file_name = download_url.split("/")[-1] # Extracting the file name from the URL
|
|
|
13 |
|
14 |
download_url="https://img.zcool.cn/community/0104c15cd45b49a80121416816f1ec.jpg@1280w_1l_2o_100sh.jpg"
|
15 |
def download_file(download_url):
|
16 |
+
download_url="https://img.zcool.cn/community/0104c15cd45b49a80121416816f1ec.jpg@1280w_1l_2o_100sh.jpg"
|
17 |
try:
|
18 |
response = requests.get(download_url)
|
19 |
file_name = download_url.split("/")[-1] # Extracting the file name from the URL
|