[ie/Gofile] Fix extraction (#9074)

Closes #9073
Authored by: jazz1611
This commit is contained in:
jazz1611 2024-01-28 09:12:40 +07:00 committed by GitHub
parent d79c7e9937
commit 77c2472ca1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class GofileIE(InfoExtractor):
query_params = {
'contentId': file_id,
'token': self._TOKEN,
'websiteToken': '7fd94ds12fds4', # From https://gofile.io/dist/js/alljs.js
'wt': '4fd6sg89d7s6', # From https://gofile.io/dist/js/alljs.js
}
password = self.get_param('videopassword')
if password: