justfoolingaround / animdl

A highly efficient, fast, powerful and light-weight anime downloader and streamer for your favorite anime.
GNU General Public License v3.0
1.29k stars 107 forks source link

Using a different Provider Config #196

Open AppleCanon opened 1 year ago

AppleCanon commented 1 year ago

Apologies, but Im stupid. Everytime I try to set up the config, i keep getting errors in the Terminal and https://www.yamllint.com/ says its a valid yaml file but keep getting json errors. I tried the available directories for the config area as well. I basically just have "default_provider": "allanime" in it at the moment, removed the rest. Can someone tell me what im doing wrong pls XD (would be great to make an example config in the github so people know the basic layout) Terminal Response.txt

justfoolingaround commented 1 year ago

It should be default_provider: allanime. The keys should not contain quotations.

AppleCanon commented 1 year ago

It should be default_provider: allanime. The keys should not contain quotations.

took them off, nothing changed.

AppleCanon commented 1 year ago

seems its a json error based on the last line and might just be my python not want to work with yml

justfoolingaround commented 1 year ago

Aah, yeah as it seems AllAnime is broken at the moment.

AppleCanon commented 1 year ago

Aah, yeah as it seems AllAnime is broken at the moment.

Ah, ok. Thanks! While I'm here, just to make sure I have it set up right, I eventually ended up putting my config in "C://users/[username]" as "animdl-config.yml" and have it as ANIMDL_CONFIG pointing towards "C://users/[username]/animdl-config.yml" in my User Variables (not sure if it's supposed to be System or not)