A Windows batch script that helps download Periscope.tv replays and live streams
- download cURL executable and copy
curl.exe
to_bin
- download jq executable and copy
jq.exe
to_bin
- download aria2 executable and copy
aria2c.exe
to_bin
- download FFmpeg executable and copy
ffmpeg.exe
to_bin
You can download a zip archive containing the script and all the libraries (32-bit versions) from here (VirusTotal results):
- https://drive.google.com/file/d/0B_x__uIHJMFxR3BadmFvZ0prRzA/view
- https://yadi.sk/d/6f0QpY1hkPPUd
- https://cloud.mail.ru/public/28fVydacWv2D/Periscope_v2.1.zip
- downloads streams available for replay in native MPEG-TS format
- records live streams in native MPEG-TS format
- converts video to mp4 and rotates it (optional)
- multiple simultaneous downloads/recordings
- multi-threaded downloading for maximum speed
- automatic file and folder naming
- supports perisearch.net links
This script uses additional batch scripts made by Dave Benham:
- getTimestamp.bat - used for converting Periscope's GMT-7 date and time to local user's time
- JREPL.bat - used for sanitizing
.user.display_name
and.broadcast.status
(removing illegal and unwanted characters)