Skip to content

Instantly share code, notes, and snippets.

@a1ip
Last active December 14, 2015 18:29
Show Gist options
  • Save a1ip/5129973 to your computer and use it in GitHub Desktop.
Save a1ip/5129973 to your computer and use it in GitHub Desktop.
Скачивание всей аудиобиблии в синодальном переводе
ruby -e '(1..66).each { |i| (1..150).each { |j| system("wget http://mp3.bibleonline.ru/rus_#{i}_#{j}.mp3")}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment