Spaces:
Paused
Paused
GilangAlRusliadi commited on
Commit ·
0f4b02c
1
Parent(s): da65dfc
Ai
Browse files
other.py
CHANGED
|
@@ -159,10 +159,8 @@ def get_video_info(soup: BeautifulSoup):
|
|
| 159 |
video_title = re.sub(r'\s{2,}', '', video_title)
|
| 160 |
|
| 161 |
print(f"Artis: {actress} dan Series: {series}")
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
print("Tidak ditemukan elemen meta dengan name twitter:title")
|
| 165 |
-
return '', ''
|
| 166 |
|
| 167 |
def get_digits(series: str, thumbnail_url: str):
|
| 168 |
if series == 'Cospuri':
|
|
|
|
| 159 |
video_title = re.sub(r'\s{2,}', '', video_title)
|
| 160 |
|
| 161 |
print(f"Artis: {actress} dan Series: {series}")
|
| 162 |
+
|
| 163 |
+
return actress, series, title, video_title
|
|
|
|
|
|
|
| 164 |
|
| 165 |
def get_digits(series: str, thumbnail_url: str):
|
| 166 |
if series == 'Cospuri':
|