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