We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3d4fd9 + 1b1c6fa commit c7941beCopy full SHA for c7941be
1 file changed
anime_downloader/sites/fastani.py
@@ -77,4 +77,4 @@ def _scrape_metadata(self):
77
78
class FastAniEpisode(AnimeEpisode, sitename='fastani'):
79
def _get_sources(self):
80
- return [("no_extractor", self.url)]
+ return [("no_extractor", "https://fastani.net" + self.url)]
0 commit comments