[cliplumber] Fix URL regex
This commit is contained in:
parent
a2a5261ca4
commit
9b2a7dda0e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue