anikimiapi
anikimiapi copied to clipboard
A Simple, LightWeight, Statically-Typed Python3 API wrapper for GogoAnime.
[Just a small friendly enhancement for getting the prerequisites :)] After logging in/signing up in the gogoanime's website, the below code can be pasted into the console tab of the...
Trying to get a link to any anime, including using the example code, results in an InvalidAnimeIdError. My code is as follows: ``` results = anikimi.search_anime(query=search) for i in results:...
the get_download_link option is not working. everytime when you try to get the download link, it returns the gogo-cdn.com link that shows the "403: Forbidden" error upon entering. this error...
context : #11 #12 i have fixed this by adding an attribute ```user_agent``` in the constructor of the main class which is passed on as header option for every request...
as mentioned in #11 , this was simply because the host website has been updated and gives 403 error code if user-agent is not set in request headers. i am...
There seems to be an error in the API `Traceback (most recent call last): File "/Users/user/Library/Python/3.9/lib/python/site-packages/anikimiapi/anikimi.py", line 218, in get_episode_link_advanced source_url = lnk.find("li").a AttributeError: 'NoneType' object has no attribute 'find'`