https://github.com/harmindersinghnijjar/teri-meri-doriyaann-downloader
A Python-based web scraping tool to download episodes of the Hindi TV serial 'Teri Meri Doriyaann'. This script uses Selenium for browser automation and BeautifulSoup for HTML parsing, designed for educational purposes and personal use within legal boundaries.
https://github.com/harmindersinghnijjar/teri-meri-doriyaann-downloader
bollywood desi-serials downloader hindi python selenium selenium-python
Last synced: 3 months ago
JSON representation
A Python-based web scraping tool to download episodes of the Hindi TV serial 'Teri Meri Doriyaann'. This script uses Selenium for browser automation and BeautifulSoup for HTML parsing, designed for educational purposes and personal use within legal boundaries.
- Host: GitHub
- URL: https://github.com/harmindersinghnijjar/teri-meri-doriyaann-downloader
- Owner: harmindersinghnijjar
- Created: 2023-12-31T18:54:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T18:09:23.000Z (almost 2 years ago)
- Last Synced: 2025-08-30T22:54:34.452Z (3 months ago)
- Topics: bollywood, desi-serials, downloader, hindi, python, selenium, selenium-python
- Language: Python
- Homepage: https://harminder.dev/blog/2023/12/31/downloading-teri-meri-doriyaann-using-python-and-beautifulsoup/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Teri Meri Doriyaann Episode Downloader

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.
## Disclaimer
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.
## Prerequisites
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.
## Installation
1. Clone the repository:
```
git clone https://github.com/harmindersinghnijjar/teri-meri-doriyaann-downloader.git
```
2. Navigate to the cloned directory:
```
cd teri-meri-doriyaann-downloader
```
3. Install the required Python libraries:
```
pip install -r requirements.txt
```
## Usage
To run the script, execute the following command in your terminal:
```
python teri_meri_doriyaann_downloader.py
```
## Features
- Automates a web browser to access the video content.
- Parses HTML to extract video download links.
- Downloads videos to a specified local directory.
## Acknowledgements
- 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.
## Contact
For any queries or suggestions, please open an issue in the GitHub repository.