GilbertClaus commited on
Commit
922f080
·
1 Parent(s): aa2e551

Update pornhub.py

Browse files
Files changed (1) hide show
  1. pornhub.py +1 -1
pornhub.py CHANGED
@@ -52,5 +52,5 @@ def pornhub(url, resolusi_input):
52
  video_info += f"Durasi Video: {durasi_video}\n"
53
  video_info += f"Resolusi yang tersedia: {', '.join(resolutions)}\n"
54
 
55
- filename = download_pornhub(url, resolusi, nama_channel, judul_video, 'mp4')
56
  return filename, judul_video, video_info
 
52
  video_info += f"Durasi Video: {durasi_video}\n"
53
  video_info += f"Resolusi yang tersedia: {', '.join(resolutions)}\n"
54
 
55
+ filename = download_pornhub(url, resolusi_input, nama_channel, judul_video, 'mp4')
56
  return filename, judul_video, video_info