Skip to content

Android Support

  1. Install the Termux app on your device, then enable storage permissions manually from its settings page. After that, run the following commands in the terminal.

    pkg update
    pkg upgrade
    pkg install ffmpeg
    ln -s /storage/emulated/0/Download Download
    
  2. Install vsd in termux. Currently, only arm64-v8a binaries pre-builts are available which can be installed using the following command.

    curl -L https://github.com/clitic/vsd/releases/download/vsd-0.4.3/vsd-0.4.3-aarch64-linux-android.tar.xz | tar xJC $PREFIX/bin
    
  3. Use third party browsers like Kiwi Browser (developer tools) paired with Get cookies.txt LOCALLY extension or Via Browser (tools > resource sniffer) to find playlists within websites.

  4. Now you can run vsd as usual. The streams would be directly downloaded in your android downloads folder.

    cd Download
    vsd save <url> -o video.mp4