mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Update MPVPage
This commit is contained in:
@@ -2,7 +2,12 @@ import { exists } from "std/fs/exists.ts";
|
||||
|
||||
export const API_PERMISSION: Deno.PermissionOptions = {
|
||||
read: ["./config.json"],
|
||||
net: ["e-hentai.org", "exhentai.org"],
|
||||
net: [
|
||||
"e-hentai.org",
|
||||
"exhentai.org",
|
||||
"api.e-hentai.org",
|
||||
"api.exhentai.org",
|
||||
],
|
||||
};
|
||||
|
||||
export async function remove_if_exists(f: string) {
|
||||
|
||||
Reference in New Issue
Block a user