Closed rjbprime closed 4 years ago
Looking at another Mega.nz downloader, their users says that it seems that Mega.nz has changed their URL. The changes to folder links to get it to work with ver. 0.9.4 of your app is (before pasting the link into URL section) to replace the #
in the middle of the URL with an !
, and /folder/
section of the URL with /#F!
.
To apply this to allow for users to just input the links directly into your app, is to update the code to accept mega.nz/folder/(folder_link)#(decryption_key)
.
I'm not sure how this would be coded in your app, but I hope this helps.
Oh yeah, they changed it. I'll make updates.
Hi @ptrsuder,
Trying to use ver.0.9.4 to grab some files from this or thislink, and I'm getting a "cannot retrieve data from URL" error.
What could be causing it? Has Mega.nz changed it's URL format or API?