diff options
author | Jesus <heckyel@riseup.net> | 2023-09-11 02:57:54 +0800 |
---|---|---|
committer | Jesus <heckyel@riseup.net> | 2023-09-11 02:57:54 +0800 |
commit | 9f82670453a3aea47a7711d19580bcd13f39ae92 (patch) | |
tree | 0211b80bdee687603ab3294aae2c4f33c3ec0def /yt_dlp/extractor/gofile.py | |
parent | c8121fb11cfd5d60cae70ec1333e51dd4ed63983 (diff) | |
parent | a006ce2b27357c15792eb5c18f06765e640b801c (diff) | |
download | hypervideo-pre-9f82670453a3aea47a7711d19580bcd13f39ae92.tar.lz hypervideo-pre-9f82670453a3aea47a7711d19580bcd13f39ae92.tar.xz hypervideo-pre-9f82670453a3aea47a7711d19580bcd13f39ae92.zip |
Merge remote-tracking branch 'upstream/master'
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: |