mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-10 21:05:10 +01:00
fix downloading youtube from cli
updated available youtube versions
This commit is contained in:
parent
466a264142
commit
093bdc774f
@ -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
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user