Skip to content

Instantly share code, notes, and snippets.

@cbay
cbay / hdhomerun_m3u.py
Created April 12, 2020 18:27
Script that dumps a HDHomeRun channel lineup to M3U format
#!/usr/bin/env python3
##
## Script that dumps a HDHomeRun channel lineup to M3U format.
##
import argparse
import json
import urllib.error, urllib.request
@cbay
cbay / multi-uv.c
Created March 7, 2018 15:24
curl multi-uv.c (+ slight modifications)
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
* Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which