sam46 / TSdownloader

Template for downloading segmented video (.m3u8/.ts) from streaming websites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TSdownloader

download segmented mpeg video (.m3u8/.ts) from streaming websites

  1. Make sure you have "requests" installed:
       pip install requests
       pip install -U requests[security] 
  1. Specify the urls in the .py file

  2. Run: python tsdownload.py destination

p.s. There're probably better, more robust tools out there. This was meant to be a quick and dirty oneoff disposable script 🐒

About

Template for downloading segmented video (.m3u8/.ts) from streaming websites

License:MIT License


Languages

Language:Python 100.0%