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.
- 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
- Download the ChromeDriver executable from https://chromedriver.chromium.org/ and place it in the project directory. Make sure it matches your Chrome browser version.
The crawler component is used to collect links to movies or TV series from the Ororo.TV website.
The scraper component is responsible for downloading and organizing by seasons and episodes subtitles for the content crawled by the crawler.
- In
constants.py
specify your credentials (login and password for ororo account). - In
main.py
pass desired language for downloading subs toOroroSubtitlesScraper
and type of content to search for toOroroSeleniumCrawler
.
-
supported languages:
- en
- es
- it
- de
- pl
- pt
- ru
- tr
- fr
- cs
-
content types:
- movies
- shows
- Run the script
python -m main