Commit e7e38b64 authored by Vitaly Lipatov's avatar Vitaly Lipatov

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

parent 80d4b574
......@@ -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