Skip to content
Snippets Groups Projects
Commit d5fdd6ea authored by Agate's avatar Agate :speech_balloon:
Browse files

Support for utip

parent 5d87cd28
Branches
Tags
No related merge requests found
...@@ -113,6 +113,15 @@ class KoFi(BasicUsernameInPathProvider): ...@@ -113,6 +113,15 @@ class KoFi(BasicUsernameInPathProvider):
domain_regex = r"^(\w+\.)*ko-fi\.com" domain_regex = r"^(\w+\.)*ko-fi\.com"
@registry.register
class UTip(BasicUsernameInPathProvider):
id = "utip"
additional_ids = ["u-tip"]
label = "uTip"
url = "https://utip.io"
domain_regex = r"^(\w+\.)*utip\.io"
@registry.register @registry.register
class OpenCollective(BasicUsernameInPathProvider): class OpenCollective(BasicUsernameInPathProvider):
id = "opencollective" id = "opencollective"
......
...@@ -13,6 +13,7 @@ from retribute_api.search import means ...@@ -13,6 +13,7 @@ from retribute_api.search import means
("https://paypal.me/username", {"provider": "paypal", "id": "username"}), ("https://paypal.me/username", {"provider": "paypal", "id": "username"}),
("https://www.paypal.me/username", {"provider": "paypal", "id": "username"}), ("https://www.paypal.me/username", {"provider": "paypal", "id": "username"}),
("https://fr.tipeee.com/username", {"provider": "tipeee", "id": "username"}), ("https://fr.tipeee.com/username", {"provider": "tipeee", "id": "username"}),
("https://utip.io/username", {"provider": "utip", "id": "username"}),
( (
"https://www.etsy.com/fr_CA/shop/xxPETRICHORxx", "https://www.etsy.com/fr_CA/shop/xxPETRICHORxx",
{"provider": "etsy", "id": "xxPETRICHORxx"}, {"provider": "etsy", "id": "xxPETRICHORxx"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment