From e01f31aa8cdd72deab1c8008c2bd7750221794fe Mon Sep 17 00:00:00 2001 From: Karan Adhikari Date: Tue, 30 Jan 2024 19:58:03 +0530 Subject: [PATCH] gdtot key update --- .../mirror_utils/download_utils/direct_link_generator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/helper/mirror_utils/download_utils/direct_link_generator.py b/bot/helper/mirror_utils/download_utils/direct_link_generator.py index fad7d5ffd3..db285fc561 100644 --- a/bot/helper/mirror_utils/download_utils/direct_link_generator.py +++ b/bot/helper/mirror_utils/download_utils/direct_link_generator.py @@ -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: @@ -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') \ No newline at end of file + raise DirectDownloadLinkException('ERROR: Something went wrong')