Skip to content

Commit

Permalink
Merge pull request #614 from anime-dl/Twist
Browse files Browse the repository at this point in the history
Fix twist
  • Loading branch information
AbdullahM0hamed committed Jan 29, 2021
2 parents a2900a4 + d6b7734 commit ad722c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anime_downloader/sites/twistmoe.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_data(self):
episodes = episodes.json()
logging.debug(episodes)
self.title = anime_name
episode_urls = ['https://twistcdn.bunny.sh' +
episode_urls = ['https://cdn.twist.moe' +
decrypt(episode['source'].encode('utf-8')).decode('utf-8')
for episode in episodes]

Expand Down

0 comments on commit ad722c9

Please sign in to comment.