Skip to content

Commit

Permalink
prefer 1080p
Browse files Browse the repository at this point in the history
  • Loading branch information
mddepew committed May 26, 2018
1 parent b02a58a commit d7ff851
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Contents/Services/URL/PBS Kids/ServiceCode.pys
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def PlayVideo(url):

details = GetJSON(url)
vid_profiles = {vid['profile']:vid['url'] for vid in details['videos']}
preferred_profile_list = ['hls-2500k-16x9',
preferred_profile_list = ['hls-1080p-16x9',
'hls-2500k-16x9',
'ipad-16x9',
'iphone-16x9',
'hls-2500k-4x3',
Expand Down

0 comments on commit d7ff851

Please sign in to comment.