omit 'Platform: web-app' API header to get sankaku to include 'file_url' data in API responses again
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user