tonistiigi / mega

THIS REPO IS NOT MAINTAINED. Unofficial Node.js SDK for Mega
http://tonistiigi.github.com/mega
117 stars 33 forks source link

Wrong URL supplied #35

Open herlon214 opened 8 years ago

herlon214 commented 8 years ago

mega.js

  "use strict";

  let mega = require('mega')
  let file = mega.file("https://mega.nz/#!hR0zARiS")

  console.log(file)

What is wrong? I tried with decoding key too :(

animerumah commented 8 years ago

Mega change domain from mega.co.nz to mega.nz. Someone has open a PR for this bug

34

herlon214 commented 8 years ago

@animerumah I found out this, you can check my fork https://github.com/herlon214/mega I think that is working fine