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

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
breakdowns authored Jun 14, 2021
1 parent 22d0609 commit 02ab7ee
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 02ab7ee

Please sign in to comment.