Last active
April 6, 2026 05:46
-
-
Save Lysak/08ff56cc9393df4f0e0d69b31c4a9997 to your computer and use it in GitHub Desktop.
Download files from 4read.org website
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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