github has a weird regex detector
This commit is contained in:
parent
27a45deb6e
commit
9e334f788b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from catalog.models import *
|
|||
from journal.models import *
|
||||
|
||||
re_list = r"^https://www\.goodreads\.com/list/show/\d+"
|
||||
re_shelf = r"^https://www\.goodreads\.com/review/list/\d+[^?]*\?shelf=[^&]+"
|
||||
re_shelf = r"^https://www\.goodreads\.com/review/list/\d+[^\?]*\?shelf=[^&]+"
|
||||
re_profile = r"^https://www\.goodreads\.com/user/show/(\d+)"
|
||||
gr_rating = {
|
||||
"did not like it": 2,
|
||||
|
|
Loading…
Add table
Reference in a new issue