diff --git a/config.yaml b/config.yaml index 74814c7..d2aa613 100644 --- a/config.yaml +++ b/config.yaml @@ -164,4 +164,18 @@ websites: base_url: "https://techhub.social/@{}" url_probe: "" errorType: "status_code" - errorCode: 404 \ No newline at end of file + errorCode: 404 + + - name: "Wakatime" + base_url: "https://wakatime.com/@{}" + url_probe: "" + errorType: "status_code" + errorCode: 404 + + - name: "Twitch" + base_url: "https://twitch.tv/{}" + url_probe: "" + errorType: "errorMsg" + errorMsg: "" + +