Skip to content

Instantly share code, notes, and snippets.

@Lysak
Last active April 6, 2026 05:46
Show Gist options
  • Select an option

  • Save Lysak/08ff56cc9393df4f0e0d69b31c4a9997 to your computer and use it in GitHub Desktop.

Select an option

Save Lysak/08ff56cc9393df4f0e0d69b31c4a9997 to your computer and use it in GitHub Desktop.
Download files from 4read.org website
mkdir -p ~/audiobooks
cd ~/audiobooks
for i in $(seq -w 1 17); do
curl -fL "https://s1.reasd.org/7292/OUZA_${i}_rendered.mp3" \
-o "Отель 'У загиблого альпініста' ${i}.mp3"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment