aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/laola1tv.py
AgeCommit message (Collapse)Author
2014-11-23PEP8 appliedJouke Waleson
2014-11-02[util] Move compatibility functions out of utilPhilipp Hagemeister
utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py .
2014-10-28[laola1tv] Mark as brokenPhilipp Hagemeister
When the f4m downloader gets live stream support, I expect this to work magically or with very minor changes.
2014-10-28[laola1tv] Add new extractorPhilipp Hagemeister
The extractor works fine, but the f4m downloader cannot handle the resulting bootstrap information.