File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
bot/helper/mirror_utils/download_utils Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -693,7 +693,7 @@ def __get_token(session):
693
693
raise e
694
694
695
695
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"
697
697
if _password :
698
698
_url += f"&password={ _password } "
699
699
try :
@@ -1280,4 +1280,4 @@ def streamvid(url: str):
1280
1280
raise DirectDownloadLinkException (f'ERROR: { error } ' )
1281
1281
elif error := html .xpath ('//div[@class="not-found-text"]/text()' ):
1282
1282
raise DirectDownloadLinkException (f'ERROR: { error [0 ]} ' )
1283
- raise DirectDownloadLinkException ('ERROR: Something went wrong' )
1283
+ raise DirectDownloadLinkException ('ERROR: Something went wrong' )
You can’t perform that action at this time.
0 commit comments