fix(ci): regex
This commit is contained in:
parent
57b4a3ff15
commit
ce975d0f1e
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ CATEGORY_BLOCK_RE = re.compile(
|
|||
re.DOTALL,
|
||||
)
|
||||
TASK_LINK_RE = re.compile(
|
||||
r'<li class="task"><a href="/problemset/task/(?P<id>\d+)/?">(?P<title>[^<]+)</a>',
|
||||
r'<li\s+class="task">\s*<a\s+href="/problemset/task/(?P<id>\d+)/?">(?P<title>[^<]+)</a\s*>',
|
||||
re.DOTALL,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue