github has a weird regex detector

This commit is contained in:
Your Name 2024-04-07 14:30:43 -04:00 committed by Henri Dickson
parent 27a45deb6e
commit 9e334f788b

View file

@ -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,