summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/pinterest.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/pinterest.py')
-rw-r--r--gallery_dl/extractor/pinterest.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/gallery_dl/extractor/pinterest.py b/gallery_dl/extractor/pinterest.py
index 3bbe06a..cc89ac5 100644
--- a/gallery_dl/extractor/pinterest.py
+++ b/gallery_dl/extractor/pinterest.py
@@ -14,7 +14,7 @@ import itertools
import json
-BASE_PATTERN = r"(?:https?://)?(?:\w+\.)?pinterest\.\w+"
+BASE_PATTERN = r"(?:https?://)?(?:\w+\.)?pinterest\.[\w.]+"
class PinterestExtractor(Extractor):
@@ -101,6 +101,8 @@ class PinterestBoardExtractor(PinterestExtractor):
("https://www.pinterest.com/g1952848/test/", {
"exception": exception.GalleryDLException,
}),
+ # .co.uk TLD (#914)
+ ("https://www.pinterest.co.uk/hextra7519/based-animals/"),
)
def __init__(self, match):