This commit is contained in:
Hafitz Setya 2021-06-15 06:20:50 +07:00 committed by GitHub
parent 22d060996a
commit 02ab7ee233
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

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