Skip to content

Commit

Permalink
fix(ntfy): maintain case-sensitiveness of links (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
BAGUVIX456 authored Jun 23, 2024
1 parent 1fa391a commit 023a6d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mftp/ntfy.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ def parseBody(notice, session, year, id_):
def parseLinks(data):
body = data
links = re.findall(r'(https?://[^\s]+)', data)
links = list(set(result.lower() for result in links))
action_template = "view, Link {}, {}"
actions = ""

Expand Down

0 comments on commit 023a6d2

Please sign in to comment.