0

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.

Clifford
  • 88,407
  • 13
  • 85
  • 165
John Dyson
  • 11
  • 1
  • 2

1 Answers1

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.