We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4399f28 commit 1d3df2cCopy full SHA for 1d3df2c
gallery_dl/extractor/girlsreleased.py
@@ -36,7 +36,7 @@ def images(self, id):
36
"title": json["name"] or json["id"],
37
"id": json["id"],
38
"site": json["site"],
39
- "model": ", ".join(model for _, model in json["models"])
+ "model": [model for _, model in json["models"]]
40
}
41
yield Message.Directory, data
42
for image in json["images"]:
0 commit comments