mirror of
https://github.com/Emersont1/itchio.git
synced 2026-03-11 08:54:39 +00:00
For non-verbose mode, folder names generated in original fashion, see issue #57
This commit is contained in:
parent
d9e158f413
commit
c64f680d22
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class Game:
|
|||
self.publisher = self.data.get("user").get("username")
|
||||
else:
|
||||
self.name = self.game_slug
|
||||
self.publisher = self.data.get("user").get("username")
|
||||
self.publisher = matches.group(1)
|
||||
|
||||
self.publisher_slug = itchiodl.utils.clean_path(self.publisher)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue