jmakhack / myanimelist-cli

Minimalistic command line interface for fetching user anime data from MyAnimeList.
https://aur.archlinux.org/packages/mya-git
MIT License
11 stars 15 forks source link

[FEATURE] Add option to limit results to SFW anime #56

Closed jmakhack closed 1 year ago

jmakhack commented 1 year ago

Is your feature request related to a problem? Please describe

By default, the program displays all anime for a particular user regardless of SFW/NSFW status. Sometimes, only the SFW results are wanted.

Describe the solution you'd like

Add a new option -s which will filter out the results to only show SFW results.

Additional context

See: https://myanimelist.net/apiconfig/references/api/v2#section/Common-parameters

For any questions or discussions, join the Discord to meet and engage with other contributors!

Discord

sameersecond commented 1 year ago

Hi, Can I try this out. I have a rough idea on what to do.