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 -- -- 0.8 --
* bugfix: fix relative paths for -d/--download cli on linux * bugfix: fix relative paths for -d/--download cli on linux
* bugfix: fix downloading without packgin for -d/--download cli * bugfix: fix downloading without packgin for -d/--download cli

View File

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