-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.82 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>YouVersion-DL</title>
</head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" integrity="sha512-TktJbycEG5Van9KvrSHFUcYOKBroD7QCYkEe73HAutODCw9QTFcvF6fuxioYM1h6THNudK1GjVidazj6EslK4A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<body>
<a class="github-fork-ribbon" href="https://github.com/youversion-dl/youversion-dl.github.io" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
<h1>YouVersion-DL</h1>
<p>Use this website to download Bibles from YouVersion. Use them in your Bible software.</p>
<p><a href="https://github.com/youversion-dl/youversion-dl.github.io/archive/refs/heads/main.zip">Download website. Offline conversion.</a></p>
<h2>Step 1: <a href="step1.html">Download .yves ZIP file</a></h1>
<p>YouVersion Bibles are DRM-protected .yves ZIP files. Can be downloaded in this step. You can also download JSON metadata.
Bible name and bible book names only in metadata. <b>Not</b> included in .yves ZIP file.</p>
<h2>Step 2: <a href="step2.html">Remove DRM from .yves ZIP file</a></h2>
<p>Upload .yves ZIP file. Get ZIP file with .html fragments.</p>
<h2>Step 3: <a href="step3.html">Convert HTML fragments to USX3</a></h2>
<p>Upload HTML Fragments ZIP file. Maybe also JSON metadata. Get USX3 ZIP file.</p>
<h2>Step 4: Convert USX3 to your bible format (if required)</h2>
<p>If Bible software cannot import <a href="https://ubsicap.github.io/usx/v3.0.0/">USX3</a>, look here:</p>
<ul>
<li><a href="https://haiola.org/">Haiola</a></li>
<li><a href="https://github.com/schierlm/BibleMultiConverter">BibleMultiConverter</a></li>
<li><a href="https://trumpet-call.org/simplebiblereader/">Simple Bible Reader / Converter</a></li>
</ul>
<h2>Step 5: Enjoy!</h2>
</body>
</html>