Skip to content

Commit

Permalink
finalize v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
safiuddin786 committed Jun 3, 2021
1 parent 4d84ef4 commit 20e4164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_anime_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def details(anime_name):
link = anime_name.replace(' ','-')
link = re.sub("[^0-9a-zA-Z\-]+", "", link).lower()
if dub:
link = link + '-dub'
link = link + 'dub'
try:
response = session.get('https://www1.gogoanime.ai/category/' + link)
strainer = SoupStrainer('div', attrs={'class': 'anime_video_body'})
Expand Down

0 comments on commit 20e4164

Please sign in to comment.