Skip to content

Commit ce776ab

Browse files
committed
Fix urls checking
1 parent 631c632 commit ce776ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/check-urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
]
8282
)
8383

84-
URL_END_CHARS = r",#\)\"'<>\*\s\\"
84+
URL_END_CHARS = r",#\)\"'<>\*\s\\`"
8585
URL_RE_PATTERN = r"(https*://[^{0}]+)[{0}]?".format(URL_END_CHARS)
8686
# print(URL_RE_PATTERN)
8787
EXTRACT_URL_REGEX = re.compile(URL_RE_PATTERN, re.MULTILINE)

0 commit comments

Comments
 (0)