mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-30 19:40:00 +02:00
feat: add config option "path" for file cache (#3297)
This commit is contained in:
@@ -186,6 +186,9 @@ class PixivBridge extends BridgeAbstract
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* todo: remove manual file cache
|
||||
*/
|
||||
private function cacheImage($url, $illustId, $isImage)
|
||||
{
|
||||
$illustId = preg_replace('/[^0-9]/', '', $illustId);
|
||||
|
Reference in New Issue
Block a user