Skip to content

Commit

Permalink
Added S4C to channels
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkypumpkin committed Dec 14, 2014
1 parent 5b9f79f commit 9efaca1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion get_iplayer
Original file line number Diff line number Diff line change
Expand Up @@ -7637,8 +7637,11 @@ sub channels {
'cbeebies' => 'CBeebies',
'bbc_news24' => 'BBC News',
'bbc_parliament' => 'BBC Parliament',
'bbc_alba' => 'BBC Alba',
'bbc_webonly' => 'BBC Web Only',
},
'regional' => {
'bbc_alba' => 'BBC Alba',
's4cpbs' => 'S4C'
}
};
}
Expand Down Expand Up @@ -7669,6 +7672,7 @@ sub channels_schedule {
'bbctwo/programmes/schedules/scotland' => 'BBC Two Scotland',
'bbctwo/programmes/schedules/wales' => 'BBC Two Wales',
'bbcalba/programmes/schedules' => 'BBC Alba',
's4c/programmes/schedules' => 'S4C',
},
'local' => {
'bbcone/programmes/schedules/cambridge' => 'BBC One Cambridgeshire',
Expand Down

0 comments on commit 9efaca1

Please sign in to comment.