KJHJason / Cultured-Downloader-CLI

Command-line version of the original Cultured Downloader Python program
GNU General Public License v3.0
23 stars 3 forks source link

Fix unmarshalling error on downloading individual posts #72

Closed ClownpieceClone closed 8 months ago

ClownpieceClone commented 9 months ago

Addition to code

Type of additions (Tick those that apply):

Program Version

Version:

Summary of changes:

Fixes an umarshaling issue with downloading individual posts from Kemono; the JSON response contains only a single object, and cannot be unmarshaled into a slice.

Checklist (Tick those that apply):

Verification

Screenshots (if any):

Original Updated
original screenshot updated screenshot