mirror of
https://github.com/karl0ss/GoGoDownloader.git
synced 2025-04-25 19:20:12 +01:00
quick .5 fix
This commit is contained in:
parent
475466617d
commit
f55d917cc9
@ -243,7 +243,7 @@ class gogoanime:
|
||||
bookmarkList.append(
|
||||
{
|
||||
"showName": animeName,
|
||||
"latestEpisode": int(episodeNum),
|
||||
"latestEpisode": float(episodeNum),
|
||||
"downloadURL": f"https://{self.config['CurrentGoGoAnimeURL']}/{animeDownloadName}-episode-{str(episodeNum)}",
|
||||
}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user