DrHacknik / 3DNUS

An all in one 3DS NUS Downloader and Utility; and it's as Light as Air.
GNU General Public License v3.0
88 stars 14 forks source link

Some system titles can not be downloaded #18

Closed UlyssesWu closed 6 years ago

UlyssesWu commented 6 years ago

This is the same issue as #14 . Some system titles do have letters in their IDs as the IDs are HEX numbers.

The fact is, the regex used in your code caused this problem. I want to download 0004800F484E4841 v11264 used in here, but I can't download it use this tool. After looking into the code, I patched a regex you used to ([0-9a-fA-F]{16})([\s_]+v?(\d+))? and problem solved. Please consider update that regex.

UlyssesWu commented 6 years ago

Never mind. I just didn't see #16. Sorry!