From 77c2472ca1ef9050a66aa68bc5fa1bee88706c66 Mon Sep 17 00:00:00 2001 From: jazz1611 Date: Sun, 28 Jan 2024 09:12:40 +0700 Subject: [PATCH] [ie/Gofile] Fix extraction (#9074) Closes #9073 Authored by: jazz1611 --- yt_dlp/extractor/gofile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: