IonicaBizau / bible-scraper

📖 Retrieve verses from bible.com/YouVersion.

Home Page:https://bible.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Content Returning Blank

asianshyguy opened this issue · comments

After attempting the documented script on the tutorial (below)

const kjv = new BibleScraper(BibleScraper.TRANSLATIONS.KJV);
kjv.verse("1CO.13.4").then(console.log);

... I was returned an empty object
{ content: '', reference: '' }

Same issue here!

{ content: '', reference: '' }

Same issue!

Someone know how to solve?

Should be fixed now, in 2.0.0. Thanks @grnsmn!