
- #Anime batch file for mac#
- #Anime batch file install#
- #Anime batch file password#
- #Anime batch file download#
- #Anime batch file windows#
_main_.py -i "" -u "YourUsername" -p "Password" -r "Resolution" * Now, in the command prompt, type this :Īnime-dl.exe -i "" -u "YourUsername" -p "Password" -r "Resolution" * Hold down the SHIFT key and while holding down the SHIFT key, RIGHT CLICK and select Open Command Prompy Here from the options that show up. * Open the folder where you've downloaded the files of this repository. Go check the ARGUMENTS SECTION to know more about which arguments the script offers.įollow the instructions according to your OS : WindowsĪfter you've saved this script in a directory/folder, you need to open command prompt and browse to that directory and then execute the script. Since the script is pretty basic, it doesn't have too many arguments. Passing arguments in a script is pretty easy.
#Anime batch file download#
With this script, you have to pass arguments in order to be able to download anything.

rn,-range Selects the range of episodes to download (Default = All) l,-language Selects the language for the show. v,-verbose Starts Verbose Logging for detailed information. skip Skip video downloads (Will only download subtitles) r,-resolution Indicates the desired resolution.
#Anime batch file password#
p,-password Indicates password for a website. u,-username Indicates username for a website. V,-version Prints the VERSION and exits. i,-input Defines the input link to the anime. * Binary (x86) : Click Here List of ArgumentsĬurrently, the script supports these arguments : -h, -help Prints the basic help menu of the script and exits. If you already have these dependencies, then you can download this binary and start using the script right off the bat :
#Anime batch file windows#
You need to download FFmpeg and Node.js and keep them in the same directory as that of this windows binary file. It is recommended that windows users use this binary to save both, your head and time from installing all the dependencies. This script supports only Pythom 3 currently. Linux/Debian users make sure that this script is executable.Just run this command, if you run into problem(s) : This goes for both, the Python script and the windows binary file (.exe). Good example of places to avoid would be C:\Windows etc. Windows users, it's better to not place it places where it requires administrator privileges. Download THIS REPOSITORY and put it somewhere in your system. The instructions for all the OS would remain same.
#Anime batch file install#
These dependencies are required on ALL the operating systems, ALL!.ġ.) Make sure you have Python installed and is present in your system's path.Ģ.) Grab FFmpeg from this link, Node.js from this link and RTMPDump.ģ.) Install FFmpeg and Node.js and place it in the directory of this script, or put them in your system's path.Ĥ.) Browse to the directory of this script and open command prompt/shell in that directory and run this command : python pip install -r requirements.txtĪfter installing and setting up all the dependencies in your Operating System, you're good to go and use this script. You also need mkvmerge.exe in your PATH or Working Directory. There are some old streams on Crunchyroll which only support rtmpe streams, as noted from Issue #9. We need FFmpeg, mkvmerge and Node.js in our paths. But, the script depends on some external binaries or libs. This script can run on multiple Operating Systems.

You can check the list of supported websites HERE. Taking some libs directly from youtube-dl to decrypt CrunchyRoll's subtitles. Support these anime streaming websites by buying a premium account. If you don't have a subscription, this script is pretty much usless for you.ĭownloading and distributing this content may be illegal.This script was written for education purposes purely and you are responsible for its use. This script needs you to have a premium subscription for the listed services.
#Anime batch file for mac#
If you're not au fait with scripts, Snip app for Mac does the same thing (There's another similarly named app, SnipTag, for automatically batch-cropping scans and editing image metadata, but that's outwith what OP asked.Anime-dl is a Command-line program to download anime from CrunchyRoll and Funimation. In Photoshop, you could do this by doing File > Automate > Crop & straighten on the whole batch, with a script like this. OP wants to crop scans of book covers, which are akin to images - so an image scanner is needed.Īlso, if you have multiple scans, each containing one or more images, it'd be nicer to crop them all with one click. The former detect images' edges and discard the scan's background the latter detect page edges and crop along those. Programs for image cropping and document cropping are different. This way you could even crop two or more books at a time, speeding up things.

One option: Photograph the books with a DSLR or other digital camera, and use a program to auto-crop them. Scanning books or their dust jackets? I imagine the scanner lid won't close properly with a book under it, in most types of scanners.
