[sankaku] fix extraction (#7071 #7072)

omit 'Platform: web-app' API header to get sankaku to include
'file_url' data in API responses again
This commit is contained in:
Mike Fährmann
2025-02-28 10:28:29 +01:00
parent 07a9dca459
commit 8256a7a8e4

View File

@@ -194,7 +194,6 @@ class SankakuAPI():
self.extractor = extractor
self.headers = {
"Accept" : "application/vnd.sankaku.api+json;v=2",
"Platform" : "web-app",
"Api-Version": None,
"Origin" : extractor.root,
}