dreygur / Quran.com

This is a python wraper for quran.com v3 api. API will respond with English content by default, but you can get content in other language for most api calls using language query parameters.
MIT License
28 stars 6 forks source link

Tafsirs endpoint not working #5

Open masalha-alaa opened 9 months ago

masalha-alaa commented 9 months ago

Looks like the tafsirs endpoint is not working. I'm running the following command:

qur.get_tafsir_from_verse_id(11, 40, tafsirs=16)

And this is what I'm getting: image

Also when I type the URI in the browser, I get an error message: image

masalha-alaa commented 9 months ago

Looks like the following is working: https://api.quran.com/api/v3/chapters/11/verses/40/tafsirs/16 I can open a PR to fix it if you don't mind.