From 3f3a56404d1f1d5eb13443217003ccf3ed631747 Mon Sep 17 00:00:00 2001 From: ibnaleem Date: Thu, 12 Dec 2024 02:26:16 +0000 Subject: [PATCH] Add 8tracks.com --- config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.yaml b/config.yaml index 91e08d3..555e1f0 100644 --- a/config.yaml +++ b/config.yaml @@ -463,3 +463,10 @@ websites: follow_redirects: true errorType: "status_code" errorCode: 404 + + - name: "8Tracks" + base_url: "https://8tracks.com/{}" + url_probe: "https://8tracks.com/users/check_username?login={}&format=jsonh" + follow_redirects: true + errorType: "errorMsg" + errorCode: '{"available":true}'