From 83d2ba25719ae069e997dda040dbec88dff9ef96 Mon Sep 17 00:00:00 2001 From: filesite Date: Sun, 20 Jul 2025 08:29:44 +0800 Subject: [PATCH] add config example for herounion.website --- config_herounion_website.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config_herounion_website.json diff --git a/config_herounion_website.json b/config_herounion_website.json new file mode 100644 index 0000000..dd17be0 --- /dev/null +++ b/config_herounion_website.json @@ -0,0 +1,15 @@ +{ + "herounion": { + "server_url": "https://herounion.website", + "name": "hero_9527", + "description": "The web scraper supports parsing the title and the first image of any URL.", + "platforms": "website", + "contracts": "tajiantv", + "country": "cn", + "lang": "en", + "contact": "machete@filesite.io", + "data_mode": "json", + + "notify_max_try": 5 + } +} \ No newline at end of file