Skip to content

Commit

Permalink
Add Tinder
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnaleem authored Nov 22, 2024
1 parent 7934876 commit 0bea37a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,17 @@ websites:
follow_redirects: true
errorType: "status_code"
errorCode: 404

- name: "Ko-fi"
base_url: "https://ko-fi.com/{}"
url_probe: ""
follow_redirects: false
errorType: "status_code"
errorCode: 302

- name: "Tinder"
base_url: "https://tinder.com/@{}"
url_probe: ""
follow_redirects: true
errorType: "errorMsg"
errorMsg: '<title data-react-helmet="true">Tinder | Dating, Make Friends &amp; Meet New People</title>'

0 comments on commit 0bea37a

Please sign in to comment.