Spaces:
Paused
Paused
Commit ·
3d3d1b5
1
Parent(s): 225f816
Update pornhub.py
Browse files- pornhub.py +1 -3
pornhub.py
CHANGED
|
@@ -5,8 +5,6 @@ import youtube_dl
|
|
| 5 |
from datetime import datetime, timedelta
|
| 6 |
from moviepy.editor import VideoFileClip
|
| 7 |
|
| 8 |
-
video_info = ""
|
| 9 |
-
|
| 10 |
def download_pornhub(url, resolusi, nama_channel, judul_video, extension):
|
| 11 |
download = f"/home/user/app/Hasil Download/Pornhub/{nama_channel}"
|
| 12 |
if not os.path.exists(download):
|
|
@@ -27,7 +25,7 @@ def format_number(number):
|
|
| 27 |
return f"{round(number / 1000000000)} miliar"
|
| 28 |
|
| 29 |
def ph_down(url, resolusi_input, start_time_str, end_time_str):
|
| 30 |
-
|
| 31 |
ydl_opts = {
|
| 32 |
'quiet': True,
|
| 33 |
'skip_download': True,
|
|
|
|
| 5 |
from datetime import datetime, timedelta
|
| 6 |
from moviepy.editor import VideoFileClip
|
| 7 |
|
|
|
|
|
|
|
| 8 |
def download_pornhub(url, resolusi, nama_channel, judul_video, extension):
|
| 9 |
download = f"/home/user/app/Hasil Download/Pornhub/{nama_channel}"
|
| 10 |
if not os.path.exists(download):
|
|
|
|
| 25 |
return f"{round(number / 1000000000)} miliar"
|
| 26 |
|
| 27 |
def ph_down(url, resolusi_input, start_time_str, end_time_str):
|
| 28 |
+
video_info = ""
|
| 29 |
ydl_opts = {
|
| 30 |
'quiet': True,
|
| 31 |
'skip_download': True,
|