Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View saxicek's full-sized avatar

Libor Nenadál saxicek

  • Prague, Czech Republic
View GitHub Profile
@saxicek
saxicek / ct.py
Last active January 31, 2016 16:22
iVysilani RTMP -> HLS
#!/usr/bin/env python3
#
# částečně inspirováno ctsream od petr_p
__author__ = "Jakub Lužný"
__desc__ = "ČT (iVysílání)"
__url__ = r"https?://www\.ceskatelevize\.cz/(porady|ivysilani)/.+"
import re,os.path, urllib.request, urllib.parse, json, http.cookiejar, logging
import xml.etree.ElementTree as ElementTree
@saxicek
saxicek / requirements.txt
Created June 4, 2012 11:18
flask-restless: POST method fails when called first
Flask
SQLAlchemy
Flask-Restless