diff options
author | bashonly <bashonly@bashonly.com> | 2023-09-05 14:58:02 -0500 |
---|---|---|
committer | bashonly <bashonly@bashonly.com> | 2023-09-05 14:58:02 -0500 |
commit | 99c99c7185f5d8e9b3699a6fc7f86ec663d7b97e (patch) | |
tree | 51a019f3c8f9d3c9de041cb2282d7ddf7b87ae26 /yt_dlp/extractor/gofile.py | |
parent | c6ef553792ed48462f9fd0e78143bef6b1a71c2e (diff) | |
download | hypervideo-pre-99c99c7185f5d8e9b3699a6fc7f86ec663d7b97e.tar.lz hypervideo-pre-99c99c7185f5d8e9b3699a6fc7f86ec663d7b97e.tar.xz hypervideo-pre-99c99c7185f5d8e9b3699a6fc7f86ec663d7b97e.zip |
[ie/gofile] Update token
Closes #7235
Authored by: bashonly
Diffstat (limited to 'yt_dlp/extractor/gofile.py')
-rw-r--r-- | yt_dlp/extractor/gofile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/gofile.py b/yt_dlp/extractor/gofile.py index ddbce2ee8..898390583 100644 --- a/yt_dlp/extractor/gofile.py +++ b/yt_dlp/extractor/gofile.py @@ -66,7 +66,7 @@ class GofileIE(InfoExtractor): 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: |