Skip to content

Instantly share code, notes, and snippets.

View namcoder's full-sized avatar
🌴
On vacation "><img src=x onerror=alert(99)>

Nam Le namcoder

🌴
On vacation "><img src=x onerror=alert(99)>
View GitHub Profile
@namcoder
namcoder / cloudflare-worker-youtube-dl.js
Created September 7, 2020 08:36 — forked from hizkifw/cloudflare-worker-youtube-dl.js
Download YouTube videos with Cloudflare Worker
/**
* cloudflare-worker-youtube-dl.js
* Get direct links to YouTube videos using Cloudflare Workers.
*
* Usage:
* GET /?v=dQw4w9WgXcQ
* -> Returns a JSON list of supported formats
*
* GET /?v=dQw4w9WgXcQ&f=251
* -> Returns a stream of the specified format ID
<script>alert(document.cookie)</script>