diff --git a/browse.sh b/browse.sh index f233de0..a2784b6 100755 --- a/browse.sh +++ b/browse.sh @@ -6,6 +6,7 @@ printf "%s" "Enter URL: " read URL articles=$(curl -s "$URL/articles.txt") +articles=$(echo -n "$articles" | python3 -c "import sys; from urllib.parse import unquote; print(unquote(sys.stdin.read()));") while : do