Skip to content

Commit

Permalink
add 9gag.com
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnaleem authored Nov 20, 2024
1 parent 833808c commit ea5a67d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,17 +204,23 @@ websites:
- name: "YVision KZ"
base_url: "https://yvision.kz/u/{}"
url_probe: ""
errorType: "status code"
errorType: "status_code"
errorCode: 404

- name: "Giphy"
base_url: "https://giphy.com/channel/{}"
url_probe: ""
errorType: "status code"
errorType: "status_code"
errorCode: 404

- name: "Bluesky"
base_url: "https://bsky.app/profile/{}.bsky.social"
url_probe: "https://public.api.bsky.app/xrpc/app.bsky.actor.getProfile?actor={}.bsky.social"
errorType: "errorMsg"
errorMsg: "{\"error\":\"InvalidRequest\",\"message\":\"Profile not found\"}"

- name: "9GAG"
base_url: "https://9gag.com/u/{}"
url_probe: ""
errorType: "status_code"
errorCode: 404

0 comments on commit ea5a67d

Please sign in to comment.