This repository has been archived by the owner on Aug 6, 2021. It is now read-only.
get_episodes_link #7
vichubenzene
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
get_episodes_link is it working correctly now ???... It worked before 2 days... but now i cant get the output
Traceback (most recent call last):
File "C:/Users/91709/PycharmProjects/pythonProject4/main.py", line 14, in
anime_link = anime.get_episodes_link(animeid="tonikaku-kawaii-dub", episode_num=3)
File "C:\Users\91709\PycharmProjects\pythonProject4\venv\lib\site-packages\gogoanimeapi.py", line 92, in get_episodes_link
dow_url1 = soup.findAll('div', {'class': 'dowload'})[0].find('a')
Beta Was this translation helpful? Give feedback.
All reactions