Skip to content

Commit

Permalink
[ie/gofile] Update token
Browse files Browse the repository at this point in the history
Closes #7235
Authored by: bashonly
  • Loading branch information
bashonly committed Sep 5, 2023
1 parent c6ef553 commit 99c99c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt_dlp/extractor/gofile.py
Expand Up @@ -66,7 +66,7 @@ def _entries(self, file_id):
query_params = {
'contentId': file_id,
'token': self._TOKEN,
'websiteToken': 12345,
'websiteToken': '7fd94ds12fds4', # From https://gofile.io/dist/js/alljs.js
}
password = self.get_param('videopassword')
if password:
Expand Down

0 comments on commit 99c99c7

Please sign in to comment.