Beacon TV Downloader - Direct HTTP downloads, no yt-dlp required
Project description
Beacon DL
Download BeaconTV videos with all subtitle tracks. Outputs properly formatted files for media libraries.
Installation
Quick Run (No Install)
Run directly without installing using uv:
# From PyPI
uvx beacon-dl --help
# From GitHub (latest)
uvx --from git+https://github.com/Postmodum37/beacon-dl.git beacon-dl --help
Permanent Install
# Install as a tool with uv
uv tool install beacon-dl
# Or with pip
pip install beacon-dl
# Or from GitHub
pip install git+https://github.com/Postmodum37/beacon-dl.git
Development Install
git clone https://github.com/Postmodum37/beacon-dl.git
cd beacon-dl
uv pip install -e .
Requirements:
- Python 3.10+
- ffmpeg (
brew install ffmpegon macOS,apt install ffmpegon Linux) - Chromium browser (auto-installed on first run)
Quick Start
# Download latest episode (requires auth)
beacon-dl --username user@example.com --password yourpassword
# Or with uvx
uvx beacon-dl -u user@example.com -p yourpassword
# Download specific episode
beacon-dl https://beacon.tv/content/c4-e007-episode-title -u user@example.com -p pass
Commands
| Command | Description |
|---|---|
beacon-dl [URL] |
Download latest episode or specific URL |
beacon-dl list-series |
Show all available series |
beacon-dl list-episodes <series> |
List episodes in a series |
beacon-dl batch-download <series> |
Download multiple episodes |
beacon-dl info <episode> |
Show episode details (resolutions, subtitles) |
beacon-dl check-new |
Check for new episodes |
beacon-dl history |
Show download history |
beacon-dl verify |
Verify downloaded files |
beacon-dl rename |
Rename files to current schema |
Examples
# Browse content
beacon-dl list-series
beacon-dl list-episodes campaign-4
beacon-dl info c4-e007-episode-title
# Download
beacon-dl --series exu-calamity # Latest from specific series
beacon-dl batch-download campaign-4 --start 1 --end 5 # Episodes 1-5
# Maintenance
beacon-dl history --limit 50
beacon-dl verify --full # SHA256 verification
beacon-dl rename --execute # Apply naming updates
Authentication
# Command line
beacon-dl -u user@example.com -p yourpassword
# Environment variables
export BEACON_USERNAME=user@example.com
export BEACON_PASSWORD=yourpassword
beacon-dl
Configuration
| Variable | Default | Description |
|---|---|---|
BEACON_USERNAME |
- | Account email |
BEACON_PASSWORD |
- | Account password |
PREFERRED_RESOLUTION |
1080p | Quality (720p, 1080p, 2160p) |
CONTAINER_FORMAT |
mkv | Output format (mkv, mp4) |
Output Format
Critical.Role.S04E07.Episode.Title.1080p.WEB-DL.AAC2.0.H.264.mkv
Docker
docker build -t beacon-dl .
docker run --rm -e BEACON_USERNAME=... -e BEACON_PASSWORD=... -v $(pwd):/app beacon-dl
Troubleshooting
| Issue | Solution |
|---|---|
| Subtitles fail | Unblock assets-jpcust.jwpsrv.com in DNS blocker |
| Auth errors | Check credentials, use --debug flag |
| Chromium install fails | Run playwright install chromium manually |
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
beacon_dl-0.2.0.tar.gz
(99.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
beacon_dl-0.2.0-py3-none-any.whl
(40.7 kB
view details)
File details
Details for the file beacon_dl-0.2.0.tar.gz.
File metadata
- Download URL: beacon_dl-0.2.0.tar.gz
- Upload date:
- Size: 99.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7842dde9226a766b45b7ae10e77a8aff561746bcca4ee8b6c44a24cf66c4f610
|
|
| MD5 |
3274ecb96013222b20a3ed0d2fefcab0
|
|
| BLAKE2b-256 |
5f554a2abf12210dbe454c3e459f57ca5146b063d34cc7c89db3fccffc388545
|
File details
Details for the file beacon_dl-0.2.0-py3-none-any.whl.
File metadata
- Download URL: beacon_dl-0.2.0-py3-none-any.whl
- Upload date:
- Size: 40.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1138b0281d5a0af383f4b971ef79045f82b1df94f66cbbdf2b6485c043d9c439
|
|
| MD5 |
bb43707bc792b6df39224a3e4fed8cca
|
|
| BLAKE2b-256 |
f11d1b2bae102b4a72d8bcee0120ed8919c7afff7ed1426108ab09af9a9980a2
|