mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 03:10:38 +00:00
parent
d79c7e9937
commit
77c2472ca1
@ -66,7 +66,7 @@ class GofileIE(InfoExtractor):
|
|||||||
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 New Issue
Block a user