Skip to content

Commit c7941be

Browse files
Merge pull request #573 from AbdullahM0hamed/fastani
fix fastani
2 parents a3d4fd9 + 1b1c6fa commit c7941be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

anime_downloader/sites/fastani.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ def _scrape_metadata(self):
7777

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

0 commit comments

Comments
 (0)