Scraping with Media Fusion
The project offers scraping capabilities for TamilBlasters and TamilMV. Here are the guidelines on how to use these scrapers:
TamilBlasters
-
Setup Playwright:
If you intend to use the scraper with Playwright, you need to ensure the Playwright browser binaries are installed. Specifically, for Firefox:
pipenv run playwright install firefox -
Get Help on Available Options:
To understand the available options for the scraper, run:
pipenv run python3 -m scrapers.tamil_blasters --help -
Run the Scraper:
Execute the scraper with the desired options based on your requirements.
e.g. To scrap all movies & series, run:
pipenv run python3 -m scrapers.tamil_blasters --all --scrap-with-playwrightNote: You may have to solve the cloudflare validation challenge manually when its required.
TamilMV
-
Get Help on Available Options:
To understand the available options for the TamilMV scraper, run:
pipenv run python3 -m scrapers.tamilmv --help -
Run the TamilMV Scraper:
Execute the scraper with the desired options based on your requirements.
e.g. To scrap all movies & series from TamilMV for 5 pages, run:
pipenv run python3 -m scrapers.tamilmv --all -p 5Note: Ensure you have Playwright set up as mentioned in the TamilBlasters section if you intend to use it with the TamilMV scraper.