Skip to content

gerberanub/ebs-worldtrip-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ebs-worldtrip-downloader

This repository contains a simple script to log in to the EBS Worldtrip site and download a replay video using ffmpeg.

Requirements

  • Python 3
  • requests and beautifulsoup4 packages
  • ffmpeg executable available in your PATH

Install Python dependencies with:

pip install requests beautifulsoup4

Usage

Run the script directly:

python worldtrip_downloader.py

The script logs in with the provided credentials, fetches the video page, extracts the streaming MP4 URL, and downloads it using ffmpeg. The output filename is derived from the page title.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages