Skip to content

Commit e01f31a

Browse files
authored
gdtot key update
1 parent 068482a commit e01f31a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot/helper/mirror_utils/download_utils/direct_link_generator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ def __get_token(session):
693693
raise e
694694

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

0 commit comments

Comments
 (0)