use api_request_get in the content fetcher too
This commit is contained in:
parent
2d83acbfe8
commit
32a0fb7eff
@ -429,7 +429,7 @@ impl<'a> Gog<'a> {
|
||||
let content_uri = self.content_uri(content_id);
|
||||
debug!("looking for information at {}...", &content_uri);
|
||||
|
||||
let response = self.http_client.get(content_uri.as_str())?;
|
||||
let response = self.api_request_get(content_uri.as_str())?;
|
||||
|
||||
let content_raw: Value = serde_json::from_str(response.as_str())?;
|
||||
debug!("found {:?}", &content_raw);
|
||||
|
Loading…
Reference in New Issue
Block a user