Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download part of the script no longer working #11

Open
Flux9665 opened this issue Jun 22, 2022 · 1 comment
Open

Download part of the script no longer working #11

Flux9665 opened this issue Jun 22, 2022 · 1 comment

Comments

@Flux9665
Copy link

I just found this amazing resource and its associated paper a few days ago, but unfortunately, as is mentioned in another issue from 3 years ago, it seems like the bible.is website has changed, causing the download part of the script to not work anymore.

I tried to adapt the script to the new website, the URLs can be fixed by simply changing http://listen.bible.is/... to http://live.bible.is/bible/... which can be achieved by changing

$this get_from_bibleis `cat $languageid/starturl`

to

url_id=`cat $languageid/starturl | cut -c 24-`
$this get_from_bibleis `echo 'http://live.bible.is/bible/'$url_id`

The parsing of the webpage however to get the languageid, languagename and most importantly audioUrl is also broken and I am unable to fix it. When inspecting the website, there is still an audioplayer with a source url, which can be downloaded, but I don't know how to parse this and all of the other needed bits out of the html response.

It would be really unfortunate to let all the amazing work on the alignments go to waste, just because the download changed, is there any chance this gets updated?

@zstanecic
Copy link

I am asking the same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants