Commit 6ec09fc1 authored by Vitaly Lipatov's avatar Vitaly Lipatov

eget: add / in the end of URL to avoid redirect

parent 5b25469c
......@@ -213,7 +213,7 @@ is_url()
get_urls()
{
scat $URL | \
scat $URL/ | \
grep -i -o -E 'href="(.+)"' | cut -d'"' -f2
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment