Skip to content

JerezM/Series-Downloader-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Series Downloader Script

This is a script that will help you download episodes from your favorite series. This version only let you download from jkanime, but we are trying to expand this in future versions.

Getting Started

This script is written in Python 3.8 and using pip 20.2.3 to install the respective dependencies.

Installing Dependencies

I will show you how is the installation using python 3.8.

Installing Requests and Supported Versions

Requests is available on PyPI:

$ python3.8 -m pip install requests

Requests officially supports Python 2.7 & 3.5+.

Installing bs4 and BeautifulSoup

$ python3.8 -m pip install bs4
$ python3.8 -m pip install beautifulsoup4

How to use it

First of all, you must be located in the folder that contains the script, in my case it will be:

... :~/VS-workspace/Series-Downloader-Script$

Then you run the script and you will see the next:

Please insert the URL: 

After sending the URL you shall see the next display showing you the different options of download: Options DL

You can choose which one you like, on this case we will use the second one. After choosing the option 2, you will have to complete 2 sections:

Select the first episode: 
Select the last episode:

At the end of this, the downloads will start and all the episodes will be stored at the same folder of the script. Example: DL Process

About

Script to download series using python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages