Skip to content

Commit

Permalink
fix YouTube URL from /c/{} to /@{}
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnaleem committed Nov 10, 2024
1 parent 4a56e24 commit 8c6ce85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ websites:
errorMsg: "<title>Facebook</title>"

- name: "YouTube"
base_url: "https://www.youtube.com/c/{}"
base_url: "https://www.youtube.com/@{}"
url_probe: ""
errorType: "status_code"
errorCode: 404
Expand Down

0 comments on commit 8c6ce85

Please sign in to comment.