Update twistmoe.py

master
Iggy 2021-01-29 12:33:43 +00:00 committed by GitHub
parent a2900a4e8e
commit d6b77346a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class TwistMoe(Anime, sitename='twist.moe'):
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]