How to download Blob file

Hi everybody!
I used httprequest and scraped some urls like this:

blob:https://www.youtube.com/39848ce5-717a-4103-b987-935bdb0761f9

I’m not a coding expert so I want to ask how to convert the above URLs into direct links to download mp4 videos.

Thank you very much

Information on your n8n setup

  • **n8n version: lastet
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system:

Hey @Con_Ga,

If you can follow it with your browser and capture the request you should be able to mimic part of the same process, The link itself though will likely not be in the format you have shared and there will be more to it.

Another thing to maybe note is that downloading videos from Youtube is against their Terms of Service so we won’t be able to provide you with a workflow that would do that.