A tiny script to download new https://divine.video videos.
- Accepts a full https://divine.video/video/... URL or just the raw 64-character hex event ID
- Connects directly to the official relay wss://relay.divine.video/
Install the dependencies:
pip install websocket-client, requestsor
pip install -r requirements.txt# With full URL
python main.py https://divine.video/video/61df2bd8fe70296338c0f73cca336011c071ac6ed6f2f5fa9efebf7d1659c6e4
# Or with just the event ID
python main.py 61df2bd8fe70296338c0f73cca336011c071ac6ed6f2f5fa9efebf7d1659c6e4
python main.py https://divine.video/video/61df2bd8fe70296338c0f73cca336011c071ac6ed6f2f5fa9efebf7d1659c6e4
Connecting to relay... wss://relay.divine.video/
Video URL: https://cdn.divine.video/74509dbb704b9adc869aa14c7e46b4a078a06e12a1b6accdec2da929f4cc9326.mp4
Trying to download video...
Video downloaded successfully as 74509dbb704b9adc869aa14c7e46b4a078a06e12a1b6accdec2da929f4cc9326.mp4
Download completed. Saved in ./DiVine/Check existing issues Create a new issue with: 📝 Clear description 🔄 Steps to reproduce
Open a discussion Explain your idea Community feedback welcome!