Skip to content

Commit

Permalink
Move onto v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
windows-server-2003 committed Mar 3, 2023
1 parent 5fbaf3b commit ba153c4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ROMFS := romfs
LIBRARY := library
GFXBUILD := $(ROMFS)/gfx
#---------------------------------------------------------------------------------
APP_VER := 82
APP_VER := 83
APP_TITLE := ThirdTube
APP_DESCRIPTION := A YouTube client for the 3DS
APP_AUTHOR := windows_server_2003
Expand Down
48 changes: 22 additions & 26 deletions romfs/yt_decrypter.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,26 @@
# 19345
s 9
c 3
R
s 23
s 35
s 8
c 2
# 19417
s 17
c 1
R
s 65
>
t shift 0aA-_
e -982641188
r -800848978
R
e 330905968
r -1801395041
r -45203544
r 969944705
s -1266939812
s 1071587255
r 2070384319
t hwadna7 Aa0-_
s 61910453
R
t UDjUn 0aA-_
r -1700764381
R
R
s 24255491
e 459973519
r 859083917
r -2140614363
r -307172264
R
s 1636924065
r 594168238
e 342788075
s 1232619296
s -1202923071
s 297886161
s 399714127
t else 0aA-_
s -2138817396
s 1123509674
r -82914077
r 2061406551
r 686585324
s 1968971545
2 changes: 1 addition & 1 deletion source/definitions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define DEF_SEND_APP_INFO_URL (std::string)"https://script.google.com/macros/s/AKfycbyn_blFyKWXCgJr6NIF8x6ETs7CHRN5FXKYEAAIrzV6jPYcCkI/exec"
#define DEF_CHECK_UPDATE_URL (std::string)"https://script.google.com/macros/s/AKfycbwTd3jzV0npUE9MNKmZIv3isazVR5D9_7A8rexsG1vr9SE7iavDBxgtzlph8dZipwu9/exec"
#define DEF_HTTP_USER_AGENT (std::string)"video player for 3ds v1.1.0"
#define DEF_CURRENT_APP_VER (std::string)"0.5.2"
#define DEF_CURRENT_APP_VER (std::string)"0.5.3"
#define DEF_CURRENT_APP_VER_INT 0
#define GITHUB_URL std::string("https://github.com/windows-server-2003/ThirdTube")

Expand Down

0 comments on commit ba153c4

Please sign in to comment.