Skip to content

Commit

Permalink
Merge pull request #573 from AbdullahM0hamed/fastani
Browse files Browse the repository at this point in the history
fix fastani
  • Loading branch information
AbdullahM0hamed authored Nov 17, 2020
2 parents a3d4fd9 + 1b1c6fa commit c7941be
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 c7941be

Please sign in to comment.