|
38 | 38 | "^https://github.com/org_name/codebase_name.git": "bogus example URL", |
39 | 39 | "^http[s]\\?://github\\.com/.*/edit/": "may point to yet-to-exist page", |
40 | 40 | "^http[s]\\?://docs\\.github\\.com/": "seems blocked as DoS protection", |
41 | | - "^http[s]\\?://github\\.com/[0-9A-Za-z_\\-\\./]\\+/\\(issues\\|pull\\)/[0-9]\\+[\\.,)]*": "ignore github issues and PRs", |
| 41 | + "^http[s]\\?://github\\.com/[-0-9A-Za-z_\\./]\\+/\\(issues\\|pull\\)/[0-9]\\+[\\.,)]*": "ignore github issues and PRs", |
42 | 42 | "plausible\\.io/js/plausible\\.js": "does not serve to scripts", |
| 43 | + "^https://github.com/publiccodenet/standard/compare/main...release": "example URL in docs/releasing", |
43 | 44 | "opensource\\.org": "failed: 503 No error", |
44 | 45 | "belastingdienst\\.nl/wps/wcm/connect/bldcontenten": "regular timeouts", |
45 | 46 | "reclameland\\.nl/drukken/softcover-boeken": "failed: 403 No error", |
|
69 | 70 | "lists\\.publiccode\\.net/mailman/": "frequent timeouts", |
70 | 71 | "https://wetten\\.overheid\\.nl/BWBR0025279/2013-01-01": "times out", |
71 | 72 | "amsterdam\\.nl/en/": "frequent timeouts", |
| 73 | + "https://flickr.com/e/tFzM3d9XsB": "defunct, embedded in a .jpg", |
72 | 74 | "^http[s]\\?://www\\.figma\\.com": "gives 404 to curl" |
73 | 75 | }, |
74 | 76 | "transforms" : { |
|
84 | 86 | "remove trailing punctuation from links ending in '.pdf'", |
85 | 87 | "sed 's@Open_air_school).$@Open_air_school@'": |
86 | 88 | "remove trailing punctuation'", |
87 | | - "sed 's@\\(nextcloud/index.php/s/[0-9a-zA-Z]*\\)[\\.,)]*$@\\1@'": |
| 89 | + "sed 's@\\(nextcloud/index.php/s/[-0-9a-zA-Z]*\\)[\\.,)]*$@\\1@'": |
88 | 90 | "remove trailing punctuation from nextcloud files", |
89 | 91 | "sed 's@poortwachter[\\.,)]*$@poortwachter@'": |
90 | 92 | "remove trailing punctuation", |
|
0 commit comments