mirror of
https://github.com/fmhy/dupe-checker.git
synced 2026-03-11 08:55:39 +00:00
Exclude msvc-runtime from linux users; clarify usage in README
This commit is contained in:
parent
0931b34315
commit
9a1340d09c
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ Run `FmhyChecker.pyw`
|
|||
|
||||
This tool takes links inputted into the field on the left, and checks if they are not already present in the wiki.
|
||||
|
||||
**Dupes** ***(already in wiki)*** will be indicated with a ❌, and **Unique links** ***(NOT in wiki)*** will have a ✅.
|
||||
**Links** ***already*** **in the wiki** will be indicated with a ❌, and **links** ***NOT*** **in the wiki** will have a ✅.
|
||||
|
||||
Links will be automatically pulled using regex. The regex is designed to ignore trailing `/`, `http`/`https`, and `www`/`ww1`...`2`...etc to be as flexible as possible.
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ greenlet==2.0.2
|
|||
grequests==0.6.0
|
||||
html5lib==1.1
|
||||
idna==3.4
|
||||
msvc-runtime==14.34.31931
|
||||
msvc-runtime==14.34.31931; sys_platform == 'win32'
|
||||
Nuitka==1.5.4
|
||||
ordered-set==4.1.0
|
||||
pycparser==2.21
|
||||
|
|
|
|||
Loading…
Reference in a new issue