fix downloading youtube from cli

updated available youtube versions
This commit is contained in:
Christopher Roy Bratusek 2013-09-16 19:43:37 +02:00
parent 466a264142
commit 093bdc774f
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,7 @@
-- 0.9 --
* bugfix: fix downloading youtube from cli
* update available youtube channel versions
-- 0.8 --
* bugfix: fix relative paths for -d/--download cli on linux
* bugfix: fix downloading without packgin for -d/--download cli

View File

@ -119,7 +119,8 @@ ChannelCLIDict = {
"tvfriend":"TV Friend / G-Guide",
"weather":"Weather",
"wiinoma":"Wii No Ma",
"wiispeak":"Wii Speak"
"wiispeak":"Wii Speak",
"youtube":"YouTube"
}
ChannelJAPDict = {
@ -172,7 +173,7 @@ ChannelJAPVerDict = {
"Weather":"3, 6, 7",
"Wii No Ma":"latest",
"Wii Speak":"1, 256, 512",
"YouTube":"7"
"YouTube":"7, 512"
}
ChannelPALDict = {
@ -217,7 +218,7 @@ ChannelPALVerDict = {
"Today & Tomorrow":"latest",
"Weather":"3, 6, 7",
"Wii Speak":"1, 256, 512",
"YouTube":"1, 258"
"YouTube":"1, 258, 1281"
}
ChannelUSADict = {
@ -260,7 +261,7 @@ ChannelUSAVerDict = {
"Today & Tomorrow":"latest",
"Weather":"3, 6, 7",
"Wii Speak":"1, 256, 512",
"YouTube":"257"
"YouTube":"257, 1280"
}
IOSdict = {