mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-12 22:25:44 -04:00
bump lockfiles
This commit is contained in:
parent
8dcfa93ec6
commit
98c5e69203
4 changed files with 108 additions and 9 deletions
|
@ -59,6 +59,8 @@ ts_to_iso = lambda ts: ts and parse_date(ts).isoformat()
|
|||
|
||||
COLOR_REGEX = re.compile(r'\[(?P<arg_1>\d+)(;(?P<arg_2>\d+)(;(?P<arg_3>\d+))?)?m')
|
||||
|
||||
|
||||
# https://mathiasbynens.be/demo/url-regex
|
||||
URL_REGEX = re.compile(
|
||||
r'(?=(' +
|
||||
r'http[s]?://' + # start matching from allowed schemes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue