This repository contains a Python script for downloading episodes of the Hindi TV serial "Teri Meri Doriyaann" from a specific website. It uses Selenium for browser automation and BeautifulSoup for parsing HTML content.
Please note that this script is for educational purposes only. Downloading copyrighted material without authorization is illegal and against the terms of service of many websites. Users are responsible for complying with applicable laws and website terms.
Before running the script, ensure you have the following:
- Python 3.x installed on your system.
- Selenium and BeautifulSoup libraries installed.
- Basic understanding of Python and web scraping.
-
Clone the repository:
git clone https://github.com/harmindersinghnijjar/teri-meri-doriyaann-downloader.git
-
Navigate to the cloned directory:
cd teri-meri-doriyaann-downloader
-
Install the required Python libraries:
pip install -r requirements.txt
To run the script, execute the following command in your terminal:
python teri_meri_doriyaann_downloader.py
- Automates a web browser to access the video content.
- Parses HTML to extract video download links.
- Downloads videos to a specified local directory.
- This project is inspired by the challenges of accessing international content in different regions.
- Special thanks to the Python community for providing extensive resources on web scraping.
For any queries or suggestions, please open an issue in the GitHub repository.