Skip to content

Commit

Permalink
added new profile formats
Browse files Browse the repository at this point in the history
  • Loading branch information
mddepew committed May 26, 2018
1 parent d7ff851 commit 005d076
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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,9 @@ def PlayVideo(url):

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

0 comments on commit 005d076

Please sign in to comment.