Skip to content

Commit

Permalink
add more sites
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnaleem committed Nov 10, 2024
1 parent b89e2fd commit b75aacb
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,18 @@ websites:
base_url: "https://techhub.social/@{}"
url_probe: ""
errorType: "status_code"
errorCode: 404
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: "<meta property='og:description' content='Twitch is the world&#39;s leading video platform and community for gamers.'>"


0 comments on commit b75aacb

Please sign in to comment.