KhunHtetzNaing / xGetter

Android library for extract stream/download url from Google Drive,MegaUp,Google Photos,Mp4Upload,Facebook,Mediafire,Ok.Ru,VK,Twitter,Youtube,SolidFiles,Vidoza,UptoStream,SendVid,FanSubs,Uptobox,FEmbed,FileRio
Apache License 2.0
177 stars 95 forks source link

How to access String? #50

Open kaysan12 opened 4 years ago

kaysan12 commented 4 years ago
    }else {//If single  

String url = vidURL.get(0).getUrl();
}
}

    webView.loadUrl("https://myweb/j.php?id=" + url);

The webiew result is Null. How to access string url in my webview?