Skip to content

StreamTape_video_downloader_from_the_links_to_prevent_from_the_annoying_ads

Notifications You must be signed in to change notification settings

satyampandey444/Want_to_download_videos_from_streamtape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Want_to_download_videos_from_streamtape ?

This project is a web scraper designed to scrape and download videos from StreamTape. It utilizes Selenium for scraping and Requests for downloading the video files.

Features

  • Video Storage: Downloaded videos are saved in the videos/ folder, with file names extracted from the webpage.
  • Error Handling: Robust error handling ensures the script retries downloading if it encounters errors.

Project Structure

├── scraper.py
Main script for scraping and downloading StreamTape videos (single-threaded).\

Steps to Run the Project

  1. Clone the repository:
git clone https://github.com/satyampandey444/Want_to_download_videos_from_streamtape
cd Want_to_download_videos_from_streamtape
  1. Create a virtual environment (using pipenv for dependency management):
pipenv shell
  1. Install the dependencies:
pip install -r requirements.txt
  1. Prepare the environment: Make sure you have Google Chrome installed (version 115 or higher). You can specify the path to Chrome WebDriver if needed. Adjust the environment variables in the .env file if necessary.

  2. Provide the URLs to download: Ensure your links.txt file contains the StreamTape video URLs (one URL per line). The scraper will read this file to fetch and download the videos.

  3. Run the Video Downloader:

If you want to download videos one at a time, run the following command:

python3 scraper.py

About

StreamTape_video_downloader_from_the_links_to_prevent_from_the_annoying_ads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages