Spaces:
Paused
Paused
GilangAlRusliadi commited on
Commit ·
f67d36a
1
Parent(s): ccf4fd9
iwara.py
CHANGED
|
@@ -361,7 +361,7 @@ def iwara(video_url, judul):
|
|
| 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)
|
|
|
|
| 361 |
if not os.path.exists(directory):
|
| 362 |
os.makedirs(directory)
|
| 363 |
|
| 364 |
+
judul = judul.replace('_',' ').title().replace('Mmd','MMD').replace('/',' ').replace('Nikke','NIKKE').replace('Fate','FATE').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)
|