anidl / multi-downloader-nx

Downloader for Crunchyroll, Hidive, AnimeOnegai, and AnimationDigitalNetwork with CLI and GUI
MIT License
225 stars 38 forks source link

Discrepancies between old and new configuration files #654

Closed tormento closed 2 months ago

tormento commented 2 months ago

I saw that you wrote descriptions and examples in cli-defaults.yml but I see some discrepancies with the use of " ".

I my old config file I had (and worked):

dlsubs: [it]
dubLang: [jpn,ita]

but in yours, you add " ":

dubLang: ["jpn"]
dlsubs: ["it"]

So, which is which? Are " " mandatory with new release or whatever you put it works?

Jaynator495 commented 2 months ago

Nothing was changed except the contents of the file. I honestly didn't know it was possible to do it without "'s

AnimeDL commented 2 months ago

Going to close this since it's been answered