Skip to content

Commit

Permalink
correct unmarshal error
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnaleem authored Dec 20, 2024
1 parent 803951f commit 3864864
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ websites:
errorType: "status_code"
errorCode: 404
cookies:
- name: "zen_sso_checked"
value: "1"
- name: "zen_sso_checked"
value: "1"


- name: "YVision KZ"
Expand Down Expand Up @@ -255,8 +255,8 @@ websites:
errorType: "status_code"
errorCode: 404
cookies:
- name: "ts1"
value: "4b134fab9439a52a1a8d1789265b0404523ccb08"
- name: "ts1"
value: "4b134fab9439a52a1a8d1789265b0404523ccb08"

- name: "Flickr"
base_url: "https://flickr.com/photos/{}"
Expand Down

0 comments on commit 3864864

Please sign in to comment.