karlicoss / promnesia

Another piece of your extended mind
https://beepb00p.xyz/promnesia.html
MIT License
1.74k stars 74 forks source link

iter_urls (urlextract) errors when trying to generate urls #337

Closed seanbreckenridge closed 1 year ago

seanbreckenridge commented 1 year ago

Getting urlextract errors when on the newest pip release (1.7.0)

For anyone else running into this, can fix it temporarily by doing `pip install 'urlextract<1.7.0' -- I opened a related issue here https://github.com/lipoja/URLExtract/issues/137

seanbreckenridge commented 1 year ago

Has been fixed on 1.7.1, fix by upgrading:

python3 -m pip install -U urlextract