lifechurch / youversion-web-open-ideas

Ideas, problems, and puzzling things that are open for volunteer involvement. See the issues page for open ideas, and create a pull request if you have a solution!
https://www.youversion.com/volunteers/
Apache License 2.0
39 stars 18 forks source link

Missing audio #45

Closed mdmundo closed 2 years ago

mdmundo commented 3 years ago

There is no audio in 2 corinthians 8 on the NVI version in Portuguese. I took a look and found that the audio key is null on this JSON while it should look like this:

[
  {
    "dramatized": false,
    "title": "Nova Versão Internacional, Edição de áudio",
    "version_id": 129,
    "download_urls": {
      "format_hls": "//audio-hls.youversionapi.com/12/m4a/32k/2CO/9-d5bc5ab17c14c7ff9f7f09de517e8afc.m3u8?version_id=129",
      "format_mp3_32k": "//api-cdn.youversionapi.com/audio-bible-youversionapi/12/32k/2CO/9-d5bc5ab17c14c7ff9f7f09de517e8afc.mp3?version_id=129"
    },
    "timing_available": true,
    "id": 12
  }
]

I wonder if the CDN contains the file and it is just a missing value on JSON. I hope this info help you guys to solve this problem!

Thanks for this amazing app!