mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +09:00
Fix thumbnails for external URLs with no extension
This commit is contained in:
parent
9704cc9a66
commit
2f64a4ce8f
3 changed files with 34 additions and 30 deletions
|
|
@ -571,6 +571,7 @@ class FileHandler
|
|||
}
|
||||
}
|
||||
|
||||
$url = str_replace('&', '&', $url);
|
||||
$response = Requests::request($url, $request_headers, $body ?: $post_data, $method, $request_options);
|
||||
|
||||
if(count($response->cookies))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue