This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Flask | |
SQLAlchemy | |
Flask-Restless |