aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/livestreamer/plugins/justintv.py
diff options
context:
space:
mode:
authorGravatar Dominik Dabrowski <dominik@silberrock.com>2012-04-19 18:25:55 +0200
committerGravatar Dominik Dabrowski <dominik@silberrock.com>2012-04-19 18:25:55 +0200
commit28d0110d44a9a78233dfc829d5510a2c02c264d1 (patch)
tree241c6d46dca964d82af0de9378b7e47f744bc928 /src/livestreamer/plugins/justintv.py
parent9b9fcb92fe5d51d0b5f487f669bba34dcf8cb247 (diff)
Putting some organizational logic into the Plugin base class to automatically choose a 'best' quality
Diffstat (limited to 'src/livestreamer/plugins/justintv.py')
-rw-r--r--src/livestreamer/plugins/justintv.py2
1 files changed, 1 insertions, 1 deletions
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:]