mirror of
https://github.com/Radiquum/furaffinity-dl.git
synced 2025-04-06 00:04:38 +00:00
commit
009266ab42
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ https://github.com/Shnatsel/furaffinity-dl/issues" >&2
|
||||||
grep -q -i "there are no submissions to list" "$tempfile" && break
|
grep -q -i "there are no submissions to list" "$tempfile" && break
|
||||||
|
|
||||||
# Extract links to pages with individual artworks and iterate over them
|
# 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
|
for page in $artwork_pages; do
|
||||||
# Download the submission page
|
# Download the submission page
|
||||||
fwget -O "$tempfile" 'https://www.furaffinity.net'"$page"
|
fwget -O "$tempfile" 'https://www.furaffinity.net'"$page"
|
||||||
|
|
Loading…
Add table
Reference in a new issue