mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-10-31 23:02:40 +00:00
parent
d79c7e9937
commit
77c2472ca1
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ def _entries(self, file_id):
|
||||||
query_params = {
|
query_params = {
|
||||||
'contentId': file_id,
|
'contentId': file_id,
|
||||||
'token': self._TOKEN,
|
'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')
|
password = self.get_param('videopassword')
|
||||||
if password:
|
if password:
|
||||||
|
|
Loading…
Reference in a new issue