More renaming to iterable + fixes to heroic

This commit is contained in:
GeoffreyCoulaud
2023-07-20 10:58:23 +02:00
parent 0df123975c
commit 52b6c47c8d
8 changed files with 27 additions and 29 deletions

View File

@@ -76,7 +76,7 @@ class ItchSourceIterable(SourceIterable):
class ItchSource(URLExecutableSource):
name = _("itch")
iterator_class = ItchSourceIterable
iterable_class = ItchSourceIterable
url_format = "itch://caves/{cave_id}/launch"
available_on = {"linux", "win32"}