Skip to content

Commit 7c62277

Browse files
committed
Update for latest Logos Bible Verse Maps
1 parent 35ae1a6 commit 7c62277

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

biblemulticonverter-logos/src/test/java/biblemulticonverter/logos/tools/LogosVerseMapDownloader.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public class LogosVerseMapDownloader {
6464
"BibleAPC", "BibleARND", "BibleAS", "BibleBENGEL", "BibleBSNZ", "BibleCJB2", "BibleDCBOT", "BibleDPB", "BibleFILLION", "BibleJSHRZSIR",
6565
"BibleLEXOTAPOC", "BibleLH", "BibleLU1545CRED", "BibleLU1545DC", "BibleLUTHER21", "BibleLXXGAT", "BibleLXXGIGUET", "BibleMENGE20",
6666
"BibleNAVARRA", "BibleNBV2021", "BibleNVT", "BiblePATTLOCH", "BibleSACY", "BibleSB", "BibleTXT", "BibleVGRX", "BibleZB",
67+
"BibleSHNJP", "BibleTBH", "BibleTOL",
6768
};
6869

6970
public static String[] ALL_BOOK_NAMES = {
@@ -96,7 +97,7 @@ public static void main(String[] args) throws Exception {
9697
return;
9798
System.out.println("Downloading Logos verse map...");
9899
final String PREFIX = "<a href=\"https://community.logos.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fhtmlpreview.github.io%2F%3F";
99-
String url = "https://us.v-cdn.net/6038263/uploads/RKBF44XS827B/bible-verse-maps-html.txt";
100+
String url = "https://us.v-cdn.net/6038263/uploads/JKPR7XLDQ7B1/bible-verse-maps-html.txt";
100101
HttpURLConnection uc;
101102
try {
102103
uc = (HttpURLConnection) new URL("https://community.logos.com/kb/articles/549-bible-verse-maps").openConnection();

0 commit comments

Comments
 (0)