speedyconzales / series-scraper

A tool for scraping series and anime from multiple sites and multiple hosters.
https://hub.docker.com/repository/docker/speedyconzales/series-scraper/general
GNU General Public License v3.0
4 stars 0 forks source link
anime downloader german scraper series

Series-Scraper

Supported Sites

headless and completely automated scraping of the following sites:

Supported Hosters

Usage

Dependencies

  1. install ffmpeg and make sure it is in PATH -> ffmpeg -version
  2. install chrome or chromium
  3. install required python packages. Given: you have python3.12 installed
    • either via pipenv and Pipfile
      pipenv install
      pipenv shell
    • or create a virtual environment and install them via pip and requirements.txt
      python3 -m venv venv
      source venv/bin/activate
      pip install -r requirements.txt
  4. copy and rename template.yml to config.yml and fill in the required folder paths for the respective type of the content
  5. if you want to download from bs.to you need to make sure that the recaptcha-solver.crx binary file is present in the src/extensions folder. Either download it with git lfs or download it as a raw file from the github repo

Arguments

Argument Function
<url> Provide the <url> of the series. The series-name has to be present in the url. That means: navigate to one of the supported sites. Search for the series you want to download and simply copy/paste the url. The url should look like https://aniworld.to/anime/stream/<series-name> or https://s.to/serie/stream/<series-name> or https://bs.to/serie/<series-name>
--help get a list of all available arguments
-l, --language Default: Deutsch. Choose the language of the content being either Ger-Sub, Eng-Sub or English
-s, --season Default: All seasons will be scraped but not the movies or specials. Choose the season number. -> Providing 0 as season number scrapes the respective movies or specials of that series
-e, --episode Default: All episodes of the season will be scraped. Choose either one episode or a list of episodes separated by spaces. You can also specify a range of episodes e.g.: -e 2 3 10-15 17
-t, --threads Default: 2. Specify the number of threads or concurrent downloads. Do not choose too high numbers as the server might block too frequent requests
-p, --provider Default: Downloads will follow this priority: Vidoza > VOE > Doodstream > Streamtape. If the episode is not available on the hoster it will try the next. Specify the hoster/provider you want to download from
-a, --anime Declare this content as anime. Only useful for bs.to as it does not distinguish between series and anime on the site

Credits