firecat53 / urlscan

Mutt and terminal url selector (similar to urlview)
GNU General Public License v2.0
214 stars 38 forks source link

fix: patch invalid escape sequence in regex argument help text to support py3.12 #138

Closed chenrui333 closed 9 months ago

chenrui333 commented 9 months ago
==> /opt/homebrew/Cellar/urlscan/1.0.1/bin/urlscan -nc
/opt/homebrew/Cellar/urlscan/1.0.1/libexec/lib/python3.12/site-packages/urlscan/__main__.py:59: SyntaxWarning: invalid escape sequence '\.'
  "For example: --regex 'https?://.+\.\w+'")
firecat53 commented 9 months ago

Is this change also applicable to Linux?

chenrui333 commented 9 months ago

yes! it is py3.12 change

firecat53 commented 9 months ago

Thanks!