mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-21 18:19:18 +01:00
support downloading lovefilm
This commit is contained in:
parent
218e660997
commit
08c9431c77
@ -3,7 +3,7 @@
|
||||
* bugfix: fix tmd-viewer file-chooser not offering all tmd-files
|
||||
* update available youtube channel versions
|
||||
* support downloading skyward sword savegame fix
|
||||
|
||||
* support downloading lovefilm
|
||||
|
||||
-- 0.8 --
|
||||
* bugfix: fix relative paths for -d/--download cli on linux
|
||||
|
@ -106,6 +106,7 @@ ChannelCLIDict = {
|
||||
"everyonevotes":"Everyone Votes",
|
||||
"jamwiththeband":"Jam With The Band",
|
||||
"japanfoodservice":"Japan Food Service",
|
||||
"lovefilm":"Lovefilm",
|
||||
"mii":"Mii Channel",
|
||||
"news":"News",
|
||||
"nintendo":"Nintendo",
|
||||
@ -187,6 +188,7 @@ ChannelPALDict = {
|
||||
"EULA":"0001000848414B50",
|
||||
"Everyone Votes":"0001000148414A50",
|
||||
"Jam With The Band":"0001000148434150",
|
||||
"Lovefilm":"0001000148435750",
|
||||
"Mii Channel":"0001000248414341",
|
||||
"News":"0001000248414741",
|
||||
"Nintendo":"0001000148415450",
|
||||
@ -211,6 +213,7 @@ ChannelPALVerDict = {
|
||||
"EULA":"1, 2, 3",
|
||||
"Everyone Votes":"latest",
|
||||
"Jam With The Band":"latest",
|
||||
"Lovefilm":"258",
|
||||
"Mii Channel":"2, 3, 4, 5, 6",
|
||||
"News":"3, 6, 7",
|
||||
"Nintendo":"latest",
|
||||
@ -233,6 +236,7 @@ ChannelUSADict = {
|
||||
"EULA":"0001000848414B45",
|
||||
"Everyone Votes":"0001000148414A45",
|
||||
"Jam With The Band":"0001000148434145",
|
||||
"Lovefilm":"0001000148435745",
|
||||
"Mii Channel":"0001000248414341",
|
||||
"News":"0001000248414741",
|
||||
"Nintendo":"0001000148415445",
|
||||
@ -256,6 +260,7 @@ ChannelUSAVerDict = {
|
||||
"EULA":"1, 2, 3",
|
||||
"Everyone Votes":"latest",
|
||||
"Jam With The Band":"latest",
|
||||
"Lovefilm":"latest",
|
||||
"Mii Channel":"2, 3, 4, 5, 6",
|
||||
"News":"3, 6, 7",
|
||||
"Nintendo":"latest",
|
||||
|
Loading…
Reference in New Issue
Block a user