Skip to content

Instantly share code, notes, and snippets.

View elv-peter's full-sized avatar

Peter Tseng elv-peter

View GitHub Profile
@anonymouss
anonymouss / hlsFetcher.py
Created January 24, 2018 04:58
download hls segments from m3u8
#!/usr/bin/env python3
# Http Live Streaming -- fetcher/downloader
# A simple script to download ts segments/m3u8 files from given url, including variant streams from master m3u8
# require: python3
import sys
import os
import urllib.request
TEST_URL = 'https://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/bipbop_4x3_variant.m3u8'