Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vtanathip/22e404c6f8f395ddeb76c32d4ab3620d to your computer and use it in GitHub Desktop.
Save vtanathip/22e404c6f8f395ddeb76c32d4ab3620d to your computer and use it in GitHub Desktop.
Download vdo from google drive steps
# Steps to download file
- Open the link that contains VDO that you want to download
- Open chrome dev tools
- Go to Network tab
- Play a VDO
- Fitler on Network tab with "videoplayback"
- Copy one of them and open in another tab (this step you need to pay attention on url, it need to remove "&range" parameter till the end of url out
- Now you will able to download the VDO but no audio in it
- Back to Network tab again and looking for smallest file of "videoplayback" result
- Do the same steps above to download audio file
# Steps for merge two file
- Download [Video Lan](https://www.videolan.org/vlc/)
- Follow this [Merging Approach](https://www.videoproc.com/troubleshoot-vlc/add-audio-to-video-vlc.htm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment