1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-29 20:51:10 +02:00

[ie/gofile] Update token

Closes #7235
Authored by: bashonly
This commit is contained in:
bashonly 2023-09-05 14:58:02 -05:00
parent c6ef553792
commit 99c99c7185
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -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: