From 45ef7e9d10be37538a36d2f2814bf31cd5eeab85 Mon Sep 17 00:00:00 2001 From: ibnaleem Date: Thu, 19 Dec 2024 23:55:29 +0000 Subject: [PATCH] add GameFAQs Community --- config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.yaml b/config.yaml index 8f6759a..18031c9 100644 --- a/config.yaml +++ b/config.yaml @@ -586,3 +586,10 @@ websites: follow_redirects: true errorType: "unknown" errorCode: 200 + + - name: "GameFAQs Community" + base_url: "https://gamefaqs.gamespot.com/community/{}" + url_probe: "" + follow_redirects: true + errorType: "status_code" + errorCode: 404