Scripture data from
https://www.churchofjesuschrist.org/study?lang=eng

Downloaded using python-scripture-scraper
https://github.com/samuelbradshaw/python-scripture-scraper

Users are responsible for complying with copyright and other laws in their use of this data.

--------

Script version: 2.2
Date generated: 2026-02-14 01:06:20.145460

DEFAULT_LANG = 'en'
SCRAPE_FULL_CONTENT = True
SCRAPE_METADATA_FOR_ALL_LANGUAGES = False
SECONDS_TO_PAUSE_BETWEEN_REQUESTS = 1
JSON_INDENT = 2
USE_TEST_DATA = False
OUTPUT_AS_JSON = True
OUTPUT_AS_HTML = True
OUTPUT_AS_MD = True
OUTPUT_AS_TXT = True
OUTPUT_AS_CSV = True
OUTPUT_AS_TSV = True
OUTPUT_AS_SQL_MYSQL = True
OUTPUT_AS_SQL_SQLITE = True
SPLIT_JSON_BY_CHAPTER = True
MINIFY_JSON = False
BASIC_HTML = False
INCLUDE_IMAGES = True
INCLUDE_COPYRIGHTED_CONTENT = False
INCLUDE_MEDIA_INFO = False
ADD_CSS_STYLESHEET = True
