Skip to content

This script allows you to download the audio Bible from the YouVersion website

Notifications You must be signed in to change notification settings

pavlokobyliatskyi/youversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YouVersion

This script allows you to download the audio Bible from the YouVersion website.

Setup

git clone https://github.com/pavlokobyliatskyi/youversion
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Usage

Visit YouVersion and navigate to the Bible translation you need. In the URL, you will find an ID. For example, in the URL https://www.bible.com/bible/111/GEN.1.NIV, 111 is the ID. To check if the scripture has an audio version, modify the URL by replacing /bible/ with /audio-bible/ or look for the sound icon on the page, which indicates the availability of the audio version. Perhaps the audio is only found in the New Testament or not at all.

python main.py 111

The downloaded files will be saved to the downloads directory. If the translation has several voiceovers, they will be saved separately.

About

This script allows you to download the audio Bible from the YouVersion website

Topics

Resources

Stars

Watchers

Forks

Languages