aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/livestreamer/plugins/__init__.py
diff options
context:
space:
mode:
authorGravatar Christopher Rosell <chrippa@tanuki.se>2012-08-25 04:03:37 -0700
committerGravatar Christopher Rosell <chrippa@tanuki.se>2012-08-25 04:03:37 -0700
commit91363e5628dd30e34ab254c619246a298333f8bc (patch)
tree2f2d8f74a194a4c5012a3254b58404c79f7e18a5 /src/livestreamer/plugins/__init__.py
parent8545ee9aec203c0fcbeb64810022a3018e1590d4 (diff)
parent550257a2a0b3c2fa4e427cb5a0a6c75e4b727179 (diff)
Merge pull request #21 from niallm90/plugin-gomtv
GOMTV.net plugin
Diffstat (limited to 'src/livestreamer/plugins/__init__.py')
-rw-r--r--src/livestreamer/plugins/__init__.py4
1 files changed, 2 insertions, 2 deletions
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: