anime-dl / anime-downloader

A simple but powerful anime downloader and streamer.
The Unlicense
1.92k stars 218 forks source link

Fix -e 0 throwing IndexError #626

Closed AbdullahM0hamed closed 3 years ago

AbdullahM0hamed commented 3 years ago

Due to the new method of ep selection in util.py which takes into account episode numbers specified by providers, -e 0 started throwing an error as there is no episode "0". This PR rectifies that.