Spaces:
Paused
Paused
GilangAlRusliadi commited on
Commit ·
005f3ed
1
Parent(s): 81ba6f6
Rule34
Browse files
rule34.py
CHANGED
|
@@ -83,7 +83,7 @@ def get_info_rule34(url):
|
|
| 83 |
|
| 84 |
return video_title, artist, video_url, thumbnail_url
|
| 85 |
|
| 86 |
-
def rule34(link
|
| 87 |
video_info = ""
|
| 88 |
video_title, artist, video_url, thumbnail_url = get_info_rule34(link)
|
| 89 |
directory = f"/home/user/app/Hasil Download/Rule34/{artist}"
|
|
|
|
| 83 |
|
| 84 |
return video_title, artist, video_url, thumbnail_url
|
| 85 |
|
| 86 |
+
def rule34(link):
|
| 87 |
video_info = ""
|
| 88 |
video_title, artist, video_url, thumbnail_url = get_info_rule34(link)
|
| 89 |
directory = f"/home/user/app/Hasil Download/Rule34/{artist}"
|