Revert "fix fastani"

master
AbdullahM0hamed 2020-11-22 22:16:34 +00:00 committed by GitHub
parent fc217f819b
commit f1ef4a9a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,4 +77,4 @@ class FastAni(Anime, sitename="fastani"):
class FastAniEpisode(AnimeEpisode, sitename='fastani'):
def _get_sources(self):
return [("no_extractor", "https://fastani.net" + self.url)]
return [("no_extractor", self.url)]