Spaces:
Paused
Paused
GilangAlRusliadi commited on
Commit ·
70367d1
1
Parent(s): fd8f452
others.py
CHANGED
|
@@ -183,7 +183,6 @@ def get_video_info(url):
|
|
| 183 |
if match:
|
| 184 |
digits = match.group(1)
|
| 185 |
|
| 186 |
-
|
| 187 |
return actress, series, digits, selected_video_url, thumbnail_url
|
| 188 |
|
| 189 |
def find_image_file(name, directory):
|
|
|
|
| 183 |
if match:
|
| 184 |
digits = match.group(1)
|
| 185 |
|
|
|
|
| 186 |
return actress, series, digits, selected_video_url, thumbnail_url
|
| 187 |
|
| 188 |
def find_image_file(name, directory):
|