Godzil / Crunchy

Crunchy is capable of downloading anime episodes from the popular CrunchyRoll streaming service.
MIT License
95 stars 19 forks source link

how to use -e filter? #61

Closed Andrea-Cecchi closed 6 years ago

Andrea-Cecchi commented 6 years ago

i tried some ways but it's very unclear on how to use the episode filter... can you explain better?

johnfigs commented 6 years ago

Use -e to download from a specific episode onwards. For example, -e 3 will start download episode 4 and above. It will not download a single episode.

On Sun, Apr 15, 2018, 5:16 AM Nikitarex notifications@github.com wrote:

i tried some ways but it's very unclear on how to use the episode filter... can you explain better?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Godzil/Crunchy/issues/61, or mute the thread https://github.com/notifications/unsubscribe-auth/ATt5m6uWtVyvqYoNeBseXTt2OnxAXxmkks5tozopgaJpZM4TVc3j .

Andrea-Cecchi commented 6 years ago

i tried in this mode: crunchy -e 14 --output \NAS-CASA\video http://www.crunchyroll.com/food-wars-shokugeki-no-soma -u username -p password i get error type 1

johnfigs commented 6 years ago

The program isn't actually working right now. I believe @godzil mentioned a change on Crunchyroll's end broke this program. Also, I always do -e before the output directory and finally the anime link.

On Sun, Apr 15, 2018, 10:01 AM Nikitarex notifications@github.com wrote:

i tried in this mode: crunchy -e 14 --output \NAS-CASA\video http://www.crunchyroll.com/food-wars-shokugeki-no-soma -u username -p password i get error type 1

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Godzil/Crunchy/issues/61#issuecomment-381421409, or mute the thread https://github.com/notifications/unsubscribe-auth/ATt5m_CT8x3TzHUMrLOrf8zQrBRtEcg_ks5to3zLgaJpZM4TVc3j .

Godzil commented 6 years ago

I will try to look at it, but I do remember that this flag has always been broken in one way or another way before I made my fork

Godzil commented 6 years ago

Filter has been remove part of release 1.3.4, use the @ syntax to download a single episode.

A way of selecting an episode or multiple one from the command line may return later but the form it was was too buggy.