diff --git a/catalog/sites/google_books.py b/catalog/sites/google_books.py index 4766add2..0ff31769 100644 --- a/catalog/sites/google_books.py +++ b/catalog/sites/google_books.py @@ -15,9 +15,9 @@ class GoogleBooks(AbstractSite): SITE_NAME = SiteName.GoogleBooks ID_TYPE = IdType.GoogleBooks URL_PATTERNS = [ - r"https://books\.google\.co[^/]+/books\?id=([^&#]+)", - r"https://www\.google\.co[^/]+/books/edition/[^/]+/([^&#?]+)", - r"https://books\.google\.co[^/]+/books/about/[^?]+\?id=([^&#?]+)", + r"https://books\.google\.[^/]+/books\?id=([^&#]+)", + r"https://www\.google\.[^/]+/books/edition/[^/]+/([^&#?]+)", + r"https://books\.google\.[^/]+/books/about/[^?]+\?id=([^&#?]+)", ] WIKI_PROPERTY_ID = "" DEFAULT_MODEL = Edition