[cliplumber] Fix URL regex

This commit is contained in:
lara 2022-03-20 18:19:28 +01:00
parent a2a5261ca4
commit 9b2a7dda0e

View file

@ -19,7 +19,7 @@ else
clip="$(wl-paste)" clip="$(wl-paste)"
fi fi
urls="$(echo $clip | grep -o 'https\?://[a-zA-Z0-9~#%&_+=,.?/-]\+')" urls="$(echo $clip | grep -o 'https\?://[a-zA-Z0-9~#%&_+=,.?@/-]\+')"
# Check the requirements for every option # Check the requirements for every option
opts="fav|rot13" opts="fav|rot13"