Skip to content

Commit

Permalink
gdtot key update
Browse files Browse the repository at this point in the history
  • Loading branch information
weebzone authored Jan 30, 2024
1 parent 068482a commit e01f31a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ def __get_token(session):
raise e

def __fetch_links(session, _id, folderPath=''):
_url = f"https://api.gofile.io/getContent?contentId={_id}&token={token}&websiteToken=7fd94ds12fds4&cache=true"
_url = f"https://api.gofile.io/getContent?contentId={_id}&token={token}&wt=4fd6sg89d7s6&cache=true"
if _password:
_url += f"&password={_password}"
try:
Expand Down Expand Up @@ -1280,4 +1280,4 @@ def streamvid(url: str):
raise DirectDownloadLinkException(f'ERROR: {error}')
elif error:= html.xpath('//div[@class="not-found-text"]/text()'):
raise DirectDownloadLinkException(f'ERROR: {error[0]}')
raise DirectDownloadLinkException('ERROR: Something went wrong')
raise DirectDownloadLinkException('ERROR: Something went wrong')

0 comments on commit e01f31a

Please sign in to comment.