Skip to content

Commit

Permalink
fix gofile
Browse files Browse the repository at this point in the history
  • Loading branch information
junedkh committed Jan 26, 2024
1 parent 1e7109f commit bdf732d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,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

0 comments on commit bdf732d

Please sign in to comment.