GilangAlRusliadi commited on
Commit
ccf4fd9
·
1 Parent(s): 1004435
Files changed (1) hide show
  1. iwara.py +1 -0
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)