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.33k stars 109 forks source link

Get episodes count #212

Closed metafates closed 1 year ago

metafates commented 1 year ago

The inquiry

Thank you for your work!

Is there any way to get episodes count of a particular anime? I have a script that

  1. Runs animdl search QUERY --json
  2. User selects an anime from search results
  3. Run ??? to get episodes count <-- How do I do this?
  4. User selects an episode
  5. 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

justfoolingaround commented 1 year ago

Explained intricacies over Discord so will be closing this.