yasoob / watchcartoononline-dl

It is a cartoon downloader made in python. Just run this script and type in the url of the cartoons which you want to download from http://www.watchcartoononline.com/
The Unlicense
20 stars 10 forks source link

Improve Command Line Args and Fix UnicodeEncodeError #19

Closed spuleri closed 6 years ago

spuleri commented 6 years ago

This PR does a couple things, it adds some enhancements I thought were useful when I used the tool:

  1. Improves command line arg options, by adding two optional options

    • Allows you to specify a range of episodes to download
    • Specify destination to directory to download to
    • New example command looks like: https://www.watchcartoononline.io/anime/naruto-shippuden -r 325 416 -d "/Volumes/Media/Shows/Naruto Shippuuden"
  2. Downloads the episodes in ascending order instead of descending

And fixes an occasional bug:

  1. Fixes the bug referenced in #18.
yasoob commented 6 years ago

Thank you very much 👍