aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/livestreamer/plugins/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/livestreamer/plugins/__init__.py')
-rw-r--r--src/livestreamer/plugins/__init__.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/livestreamer/plugins/__init__.py b/src/livestreamer/plugins/__init__.py
index ba5810b..7804a3c 100644
--- a/src/livestreamer/plugins/__init__.py
+++ b/src/livestreamer/plugins/__init__.py
@@ -14,14 +14,6 @@ class Plugin(object):
def can_handle_url(self, url):
raise NotImplementedError
- @classmethod
- def handle_parser(self, parser):
- pass
-
- @classmethod
- def handle_args(self, args):
- self.args = args
-
def get_streams(self):
ranking = ["iphonelow", "iphonehigh", "240p", "360p", "480p", "720p",
"hd", "1080p", "live"]