crunpyroll
crunpyroll copied to clipboard
Async API wrapper for Crunchyroll
When trying to obtain the manifest I would encounter a `KeyError` with the `SegmentTemplate` key. That happened when parsing the MPD file if there was a subtitle stream in the...
Does anyone know how to close the sessions? After several downloads, Crunchyroll crashes...
The first one is that my programming knowledge is scarce, I can defend myself a little bit. Is there any way to delete the open session after finishing the process,...
the session seems to expire after 5 minutes I tried to do a test by adding a 6 minute sleep to the code provided as an example **code:** async def...
In the previous version there was the "browse" method. This allowed me to create a list of all series. Would it be possible to get such a method again?
Traceback (most recent call last): File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 31, in start(fakepyfile,mainpyfile) File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 30, in start exec(open(mainpyfile).read(), __main__.__dict__) File "", line 1, in File "/data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.11/site-packages/crunpyroll/__init__.py", line 1, in from...
Hi, thanks for this great project :D To improve it, I've added support for `content/v2/discover/browse`. This allows you to retrieve content recently released on the platform Hoping it will be...
I can not download music videos every time I put the code of any video of this type I get an error of 403 content not available. I ask from...
Hi! I'm using Python 3.11 on Windows 11 and get the error: SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006) I have tried installing certifi...