aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/livestreamer/stream/__init__.py
diff options
context:
space:
mode:
authorGravatar Christopher Rosell <chrippa@tanuki.se>2012-09-21 03:05:52 +0200
committerGravatar Christopher Rosell <chrippa@tanuki.se>2012-09-21 03:06:24 +0200
commit7909377651f8d85c76d9016b4c7e61d17a7a6d75 (patch)
tree5f60942e386d782ef4df72efe50565324ddbcd63 /src/livestreamer/stream/__init__.py
parentced31eaf2e2b6f5c4fe82ef40aa238dbaac8056a (diff)
Add support for Apple HLS streams.
Diffstat (limited to 'src/livestreamer/stream/__init__.py')
-rw-r--r--src/livestreamer/stream/__init__.py1
1 files changed, 1 insertions, 0 deletions
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