Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 02ab7ee

Browse files
authored
Fix
1 parent 22d0609 commit 02ab7ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bot/helper/mirror_utils/download_utils/direct_link_generator.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,6 @@ def fembed(link: str) -> str:
262262
for i in dl_url:
263263
lst_link.append(dl_url[i])
264264
return lst_link[count-1]
265-
except:
266-
raise DirectDownloadLinkException("ERROR: Can't download file, double check your Fembed link.")
267265

268266

269267
def sbembed(link: str) -> str:
@@ -276,8 +274,6 @@ def sbembed(link: str) -> str:
276274
for i in dl_url:
277275
lst_link.append(dl_url[i])
278276
return lst_link[count-1]
279-
except:
280-
raise DirectDownloadLinkException("ERROR: Can't download file, double check your Sbembed/Streamsb link.")
281277

282278

283279
def onedrive(link: str) -> str:

0 commit comments

Comments
 (0)