Skip to content

Commit 44e1689

Browse files
committed
➕ pinterest: add support to pint.it links
1 parent 6a49c22 commit 44e1689

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/websites.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,9 +845,10 @@ class PinterestLink(EmbedEZLink):
845845
id = 'pinterest'
846846
hypertext_label = 'Pinterest'
847847
routes = generate_routes(
848-
"pinterest.com",
848+
["pinterest.com", "pin.it"],
849849
{
850850
"/pin/:id": None,
851+
"/:hash": None,
851852
})
852853

853854

0 commit comments

Comments
 (0)