How can i download or find the link for a video that embedded in android application? btw videos are not from youtube, just embedded videos.
Asked
Active
Viewed 7,820 times
1 Answers
0
Okay. So what you are trying to do here is called Reverse Engineering. If you want to Download a video embeded inside a app, you first have to find the URL. So I suggest you to use Dex2jar and ApkTool to decode the apk and dig inside the code and grab the URL and download it.
How to Decode a APK? see this answer
P.S.:- I'm assuming that you are comfortable in using Android Studio and you have basic command line knowledge.