Merge pull request #577 from anime-dl/revert-573-fastani

Fix FastAni²
master
AbdullahM0hamed 2020-11-22 22:17:11 +00:00 committed by GitHub
commit 43437587c0
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)]