diff options
author | remitamine <remitamine@gmail.com> | 2015-12-22 15:54:51 +0100 |
---|---|---|
committer | remitamine <remitamine@gmail.com> | 2015-12-22 15:54:51 +0100 |
commit | 3b68efdc6ae109a840ff5f15f0e28910c2463b3f (patch) | |
tree | b6b218fe416d1c69bf6e3ffd5d6e356b8cef4286 /youtube_dl/extractor/xstream.py | |
parent | d50116b8ac2484ce9e8bc6a3d885c5a4a09b4e47 (diff) |
[vgtv] update tests and correct format sorting
Diffstat (limited to 'youtube_dl/extractor/xstream.py')
-rw-r--r-- | youtube_dl/extractor/xstream.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/xstream.py b/youtube_dl/extractor/xstream.py index 436f8978b..76c91bd92 100644 --- a/youtube_dl/extractor/xstream.py +++ b/youtube_dl/extractor/xstream.py @@ -93,7 +93,7 @@ class XstreamIE(InfoExtractor): formats.append({ 'url': link.get('href'), 'format_id': link.get('rel'), - 'preference': 2, + 'preference': 1, }) thumbnails = [{ |