Skip to content

Commit

Permalink
arreglo menor
Browse files Browse the repository at this point in the history
  • Loading branch information
Kronos2308 committed Jun 28, 2024
1 parent 8f86a36 commit 93ecd60
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include $(DEVKITPRO)/libnx/switch_rules
#---------------------------------------------------------------------------------
VERSION_MAJOR := 2
VERSION_MINOR := 8
VERSION_MICRO := 5
VERSION_MICRO := 6

VERSION_EXDAT := 1
APP_TITLE := RipJKAnimeNX
Expand Down
Binary file modified out/RipJKAnimeNX.nro
Binary file not shown.
Binary file modified out/RipJKAnimeNX[05B9DB505ABBE000][v0].nsp
Binary file not shown.
2 changes: 1 addition & 1 deletion romfs/V
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.5
2.8.6
4 changes: 2 additions & 2 deletions source/Link.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
json Servers;
//json ServersTMP;
std::vector<std::string> arrayserversbak = {
"Desu","Nozomi","Xtreme S","Okru","MixDrop 2.0","MAS...","JKAnime"
"MixDrop 2.0","Desu","Nozomi","Xtreme S","Okru","MAS...","JKAnime"
};
bool white=false;

Expand Down Expand Up @@ -86,7 +86,7 @@ string MixDrop_Link(string Link){
if(!vidname.length()||!playkey.length()) {decode=""; continue;}

//model
decode = "https://"+type+"-"+dely+".mxdcontent.net/v/"+vidname+".mp4?s="+playkey+"&e="+numkey+"&_t="+numkey2;//.substr(1)
decode = "https://"+type+"-"+dely+".mxcontent.net/v/"+vidname+".mp4?s="+playkey+"&e="+numkey+"&_t="+numkey2;//.substr(1)
cout << decode << endl;
break;
} else {
Expand Down

0 comments on commit 93ecd60

Please sign in to comment.