Skip to content

Commit

Permalink
add spotify, clubhouse, and foursquare
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnaleem authored Nov 22, 2024
1 parent e82d3bc commit b0f104b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,3 +312,24 @@ websites:
follow_redirects: true
errorType: "errorMsg"
errorMsg: '<title data-rh="true">Medium</title>'

- name: "Spotify"
base_url: "https://open.spotify.com/user/{}"
url_probe: ""
follow_redirects: true
errorType: "status_code"
errorCode: 404

- name: "Clubhouse"
base_url: "https://www.joinclubhouse.com/@{}"
url_probe: ""
follow_redirects: true
errorType: "status_code"
errorCode: 404

- name: "Foursquare"
base_url: "https://foursquare.com/{}"
url_probe: ""
follow_redirects: true
errorType: "status_code"
errorCode: 404

0 comments on commit b0f104b

Please sign in to comment.