Skip to content

Commit

Permalink
[ie/Gofile] Fix extraction (#9074)
Browse files Browse the repository at this point in the history
Closes #9073
Authored by: jazz1611
  • Loading branch information
jazz1611 committed Jan 28, 2024
1 parent d79c7e9 commit 77c2472
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': '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:
Expand Down

0 comments on commit 77c2472

Please sign in to comment.