Skip to content

Commit

Permalink
fix fastani
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahM0hamed committed Nov 17, 2020
1 parent a3d4fd9 commit 1b1c6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anime_downloader/sites/fastani.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ def _scrape_metadata(self):

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

0 comments on commit 1b1c6fa

Please sign in to comment.