aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/livestreamer/plugins/ownedtv.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/ownedtv.py
parent9b9fcb92fe5d51d0b5f487f669bba34dcf8cb247 (diff)
Putting some organizational logic into the Plugin base class to automatically choose a 'best' quality
Diffstat (limited to 'src/livestreamer/plugins/ownedtv.py')
-rw-r--r--src/livestreamer/plugins/ownedtv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/livestreamer/plugins/ownedtv.py b/src/livestreamer/plugins/ownedtv.py
index ab9c479..e2ccf94 100644
--- a/src/livestreamer/plugins/ownedtv.py
+++ b/src/livestreamer/plugins/ownedtv.py
@@ -46,7 +46,7 @@ class OwnedTV(Plugin):
if match:
return int(match.group(1))
- def get_streams(self):
+ def _get_streams(self):
channelid = self._get_channel_id(self.url)
if not channelid: