From 28d0110d44a9a78233dfc829d5510a2c02c264d1 Mon Sep 17 00:00:00 2001 From: Dominik Dabrowski Date: Thu, 19 Apr 2012 18:25:55 +0200 Subject: Putting some organizational logic into the Plugin base class to automatically choose a 'best' quality --- src/livestreamer/plugins/justintv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/livestreamer/plugins/justintv.py') diff --git a/src/livestreamer/plugins/justintv.py b/src/livestreamer/plugins/justintv.py index b21f9a4..16c522c 100644 --- a/src/livestreamer/plugins/justintv.py +++ b/src/livestreamer/plugins/justintv.py @@ -69,7 +69,7 @@ class JustinTV(Plugin): res.append(node.data) return "".join(res) - def get_streams(self): + def _get_streams(self): def clean_tag(tag): if tag[0] == "_": return tag[1:] -- cgit v1.2.3