diff options
author | Jesus <heckyel@riseup.net> | 2023-09-11 03:01:59 +0800 |
---|---|---|
committer | Jesus <heckyel@riseup.net> | 2023-09-11 03:01:59 +0800 |
commit | 6b34d7cb270b8aed380a60298021c6494dd7964c (patch) | |
tree | 378df432124773bbc7a2baad4a1f1afa3c9b2926 /hypervideo_dl/extractor/gofile.py | |
parent | 140fe85398b36767835c8a2348a7c38e2724f7dd (diff) | |
download | hypervideo-6b34d7cb270b8aed380a60298021c6494dd7964c.tar.lz hypervideo-6b34d7cb270b8aed380a60298021c6494dd7964c.tar.xz hypervideo-6b34d7cb270b8aed380a60298021c6494dd7964c.zip |
update from upstream
Diffstat (limited to 'hypervideo_dl/extractor/gofile.py')
-rw-r--r-- | hypervideo_dl/extractor/gofile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/gofile.py b/hypervideo_dl/extractor/gofile.py index ddbce2e..8983905 100644 --- a/hypervideo_dl/extractor/gofile.py +++ b/hypervideo_dl/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: |