fix downloading content when logged in

This commit is contained in:
Sergey "Shnatsel" Davidoff 2015-07-02 06:11:05 +03:00
parent 858dd7f366
commit 444869b8f5

View file

@ -64,7 +64,7 @@ while [ -n "$url" ]; do
# Get the full size image URL.
# This will be a facdn.net link, we have to use HTTP
# to get around DPI-based page blocking in some countries.
image_url='http:'$(grep -E -m 1 '">Download[[:space:]]?</a>' "$tempfile" | cut -d '"' -f 2)
image_url='http:'$(grep -E -m 1 --only-matching '"[^"]+">Download[[:space:]]?</a>' "$tempfile" | cut -d '"' -f 2)
# TODO: Get the submission title out of the page
# this trick may come in handy for avoiding slashes in filenames: