Spaces:
Paused
Paused
GilangAlRusliadi commited on
Commit ·
ccf4fd9
1
Parent(s): 1004435
Wow
Browse files
iwara.py
CHANGED
|
@@ -361,6 +361,7 @@ def iwara(video_url, judul):
|
|
| 361 |
if not os.path.exists(directory):
|
| 362 |
os.makedirs(directory)
|
| 363 |
|
|
|
|
| 364 |
thumbnail_url = 'https://saradahentai.com/wp-content/uploads/2023/03/Live-Footage-of-Ashley-Graham-Captured-by-fugtrup-Resident-Evil-4.jpg'
|
| 365 |
|
| 366 |
thumbnail_file = download_file(thumbnail_url, judul, directory)
|
|
|
|
| 361 |
if not os.path.exists(directory):
|
| 362 |
os.makedirs(directory)
|
| 363 |
|
| 364 |
+
judul = judul.replace('/', ' ').replace(' ', ' ')
|
| 365 |
thumbnail_url = 'https://saradahentai.com/wp-content/uploads/2023/03/Live-Footage-of-Ashley-Graham-Captured-by-fugtrup-Resident-Evil-4.jpg'
|
| 366 |
|
| 367 |
thumbnail_file = download_file(thumbnail_url, judul, directory)
|