Skip to content

Commit

Permalink
Add more popular & documented website-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Famlam authored and frodrigo committed Aug 26, 2023
1 parent cb5894e commit fb75c7f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions plugins/Website.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@

class Website(Plugin):

URL_TAGS = set((u"contact:website", u"contact:webcam", u"url",
u"website", u"website:mobile", u"website:stock"))
URL_TAGS = set(("brand:website",
"contact:website", "contact:webcam",
"heritage:website",
"opening_hours:url", "operator:website",
"url",
"website", "website:menu", "website:mobile", "website:stock"))

def init(self, logger):
Plugin.init(self, logger)
Expand Down

0 comments on commit fb75c7f

Please sign in to comment.