pystardust / ani-cli

A cli tool to browse and play anime
GNU General Public License v3.0
7.34k stars 530 forks source link

Episode Download does not work #1325

Closed rakusan2 closed 1 month ago

rakusan2 commented 2 months ago

Metadata (please complete the following information) Version: 4.8.5 OS: Windows 11 Shell: Powershell 7.4.2 Anime: Maou Gakuin no Futekigousha

Describe the bug Downloading is broken. Playing works

image

if the -d 1 is removed, 2 seasons of the anime get found

Steps To Reproduce

  1. Run ani-cli "Maou Gakuin no Fute" -d 1

Expected behavior Downloading should work

ykhan21 commented 1 month ago

What is the 1 for? Do you want to select the first search result for Maou Gakuin no Fute? If so, try ani-cli "Maou Gakuin no Fute" -d -S 1 to auto-select the first search result. Otherwise, try ani-cli "Maou Gakuin no Fute" -d. If you want to download a range, try ani-cli "Maou Gakuin no Fute" -d -e 2-4. This downloads episodes 2 through 4. All three of these commands work for me on Windows 11.

rakusan2 commented 1 month ago

Sorry looks like I was drunk that day. I was missing ani-cli "Maou Gakuin no Fute" -d -e 1 I was missing the -e

I usually then select the season manually.

Everything works now