mirror of https://gitlab.com/bashrc2/epicyon
Check link
parent
fd066e16a8
commit
b80250f1a3
|
@ -786,6 +786,8 @@ def replace_remote_hashtags(content: str,
|
|||
ctr += 1
|
||||
continue
|
||||
link = section.split('"')[0]
|
||||
if '://' not in link:
|
||||
continue
|
||||
if '?remotetag=' in link:
|
||||
ctr += 1
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue