Merge pull request #4 from asl97/patch-1

Fix duplicate requests
This commit is contained in:
Sergey "Shnatsel" Davidoff 2017-02-28 02:19:49 +04:00 committed by GitHub
commit 009266ab42

View file

@ -66,7 +66,7 @@ https://github.com/Shnatsel/furaffinity-dl/issues" >&2
grep -q -i "there are no submissions to list" "$tempfile" && break
# Extract links to pages with individual artworks and iterate over them
artwork_pages=$(grep '<a href="/view/' "$tempfile" | grep -E --only-matching '/view/[[:digit:]]+/')
artwork_pages=$(grep '<a href="/view/' "$tempfile" | grep -E --only-matching '/view/[[:digit:]]+/' | uniq)
for page in $artwork_pages; do
# Download the submission page
fwget -O "$tempfile" 'https://www.furaffinity.net'"$page"