/Netflix_downloader

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Netflix_downloader

requirement

  • Frida 15.2.2 (Android 9~13)
  • Frida 12.11.11 (Android 5,6)
  • python 3.9+
  • pycurl
  • json, cbor2
  • humanize

usage

media download & L3 KeyBox Recovery

Install frida-server in Android device ("/data/local/tmp" in path with root)

adb push frida-server /data/local/tmp/frida-server

Set permissions for frida-server

adb shell

chmod 777 frida-server

chown root:root frida-server

Starting frida-server

./frida-server &

Turn on the Netflix app and wait

Starting python script

python netflix_media_download.py

python recover_l3keybox_mobile.py

Play video

The video is downloaded automatically

e.g:

netflix_download

Caution

  • The Frida version is different depending on the Android version.