This repository contains a simple script to log in to the EBS Worldtrip site and download a replay video using ffmpeg
.
- Python 3
requests
andbeautifulsoup4
packagesffmpeg
executable available in your PATH
Install Python dependencies with:
pip install requests beautifulsoup4
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.