Ver. 0.9.4 not able to retrieve data from URL when using Mega.nz link
rjbprime opened this issue · 3 comments
rjbprime commented
rjbprime commented
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.
ptrsuder commented
Oh yeah, they changed it. I'll make updates.