Skip to content

Commit

Permalink
Added tv25fps mode
Browse files Browse the repository at this point in the history
Limits tv download to 25fps streams. Shorthand for "hlshd,tvvgood".
Utility is diminished because hlshd streams are likely to be missing
segments and thus generate errors. However, at lower quality levels
hvf streams will be preferred to hls streams, reducing risk of complete
failure due to missing segments in all hls streams.
  • Loading branch information
dinkypumpkin committed Aug 15, 2016
1 parent 6872189 commit 5f85c44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions get_iplayer
Expand Up @@ -8159,6 +8159,7 @@ sub modelist {
}
# default on-demand tv
if ( $prog->{type} eq "tv" && $mlist =~ /tv/ ) {
$mlist = main::expand_list($mlist, 'tv25fps', 'hlshd,tvvgood');
$mlist = main::expand_list($mlist, 'tv', 'tvdefault');
$mlist = main::expand_list($mlist, 'tvdefault', 'tvbest');
$mlist = main::expand_list($mlist, 'tvbest', 'hvfhd,hlshd,tvbetter');
Expand Down

0 comments on commit 5f85c44

Please sign in to comment.