Is there any way to get episodes count of a particular anime? I have a script that
Runs animdl search QUERY --json
User selects an anime from search results
Run ??? to get episodes count <-- How do I do this?
User selects an episode
Run `animdl grab URL --index INDEX -r EPISODE"
I know that if I run animdl grab without -r flag it will output all available episodes, but that seems rather slow for the sake of just getting the number of episodes, since I don't need to decode stream urls for each
The inquiry
Thank you for your work!
Is there any way to get episodes count of a particular anime? I have a script that
animdl search QUERY --json
???
to get episodes count <-- How do I do this?I know that if I run
animdl grab
without-r
flag it will output all available episodes, but that seems rather slow for the sake of just getting the number of episodes, since I don't need to decode stream urls for each