From 7909377651f8d85c76d9016b4c7e61d17a7a6d75 Mon Sep 17 00:00:00 2001 From: Christopher Rosell Date: Fri, 21 Sep 2012 03:05:52 +0200 Subject: Add support for Apple HLS streams. --- src/livestreamer/stream/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/livestreamer/stream/__init__.py') diff --git a/src/livestreamer/stream/__init__.py b/src/livestreamer/stream/__init__.py index 235d2f7..24eaa7b 100644 --- a/src/livestreamer/stream/__init__.py +++ b/src/livestreamer/stream/__init__.py @@ -58,6 +58,7 @@ class StreamProcess(Stream): return stream.process.stdout +from .hls import HLSStream from .http import HTTPStream from .rtmpdump import RTMPStream -- cgit v1.2.3