aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/livestreamer/stream/__init__.py
diff options
context:
space:
mode:
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