Skip to content

posavinova/ororo_subtitles_scraper

Repository files navigation

Ororo Subtitle Scraper

Ororo Subtitle Scraper is a Python-based tool for crawling and downloading subtitles from the https://ororo.tv/ website. It consists of two main components: a crawler for obtaining links to movies or TV series, and a scraper for downloading and organizing subtitles.

Installation

  • Clone the Ororo Subtitle Scraper repository to your local machine:
git clone https://github.com/posavinova/ororo_subtitles_scraper.git
cd ororo-subtitles-scraper
  • Install the required Python packages:
pip install -r requirements.txt

Usage

Crawler

The crawler component is used to collect links to movies or TV series from the Ororo.TV website.

Scraper

The scraper component is responsible for downloading and organizing by seasons and episodes subtitles for the content crawled by the crawler.


  1. In constants.py specify your credentials (login and password for ororo account).
  2. In main.py pass desired language for downloading subs to OroroSubtitlesScraper and type of content to search for to OroroSeleniumCrawler.
  • supported languages:

    • en
    • es
    • it
    • de
    • pl
    • pt
    • ru
    • tr
    • fr
    • cs
  • content types:

    • movies
    • shows
  1. Run the script
python -m main

About

Subs scraper for ororo.tv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages