From 52636ae1b7bd18e1cd0934289e2ec52e7be84a3d Mon Sep 17 00:00:00 2001 From: Niall McAndrew Date: Sat, 25 Aug 2012 21:30:11 +1200 Subject: Added GOMTV plugin support adapted from https://github.com/sjp/GOMstreamer --- src/livestreamer/plugins/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/livestreamer/plugins/__init__.py') diff --git a/src/livestreamer/plugins/__init__.py b/src/livestreamer/plugins/__init__.py index ad96f6c..b0cdbb5 100644 --- a/src/livestreamer/plugins/__init__.py +++ b/src/livestreamer/plugins/__init__.py @@ -34,8 +34,8 @@ class Plugin(object): to be of highest quality. """ - ranking = ["iphonelow", "iphonehigh", "240p", "320k", "360p", "850k", - "480p", "1400k", "720p", "2400k", "hd", "1080p", "live"] + ranking = ["iphonelow", "iphonehigh", "240p", "320k", "360p", "SQTest", "SQ", "850k", + "480p", "HQTest", "HQ", "1400k", "720p", "2400k", "hd", "1080p", "live"] streams = self._get_streams() for rank in reversed(ranking): if rank in streams: -- cgit v1.2.3