diff options
author | jazz1611 <jazz1611@users.noreply.github.com> | 2024-01-28 09:12:40 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-28 02:12:40 +0000 |
commit | 77c2472ca1ef9050a66aa68bc5fa1bee88706c66 (patch) | |
tree | 5eda9ffb2caa48ed224c811560fe7ad3b77d2520 /yt_dlp/extractor/gofile.py | |
parent | d79c7e9937c388c68b722ab7450960e43ef776d6 (diff) |
[ie/Gofile] Fix extraction (#9074)
Closes #9073
Authored by: jazz1611
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 ef14b57d0..eb1dcf85f 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': '7fd94ds12fds4', # From https://gofile.io/dist/js/alljs.js + 'wt': '4fd6sg89d7s6', # From https://gofile.io/dist/js/alljs.js } password = self.get_param('videopassword') if password: |