Commit 57f8237
committed
Exclude amzn.to links from broken link detection
Amazon short links (amzn.to) frequently time out or return misleading
status codes, producing false positives in the link health checker.
Skip these links entirely in check_single_link() by returning 'ok'
immediately when the host is amzn.to.
https://claude.ai/code/session_0114nzYukNFeahGbWczuMMpV1 parent c8161ad commit 57f8237
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
195 | 207 | | |
196 | 208 | | |
197 | 209 | | |
| |||
0 commit comments