Add (ai gen)

This commit is contained in:
2023-10-01 00:59:32 +08:00
parent 64f931e686
commit 5fcfa75d97

View File

@@ -80,6 +80,7 @@ public static function handle(string $url, $directory, $postfix = null, $strip_h
} catch (UnsuccessfulResponse|Exception $e) {
$raw_html = null;
$status_code = -3;
throw $e;
}
if (! is_empty($raw_html)) {