Advertisement
Guest User

Untitled

a guest
Oct 26th, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. 1. Download youtube-dl.exe and put it in a folder somewhere https://youtube-dl.org
  2. 2. Right click inside that folder while holding shift. Click "Open Powershell window here."
  3. 3. In Firefox or Chrome, open the video page and push F12 before the video starts playing. A toolbox will open. Go to the Network tab of the toolbox. Find the first .m3u8 file in the list of requests, right click it and copy URL.
  4. 4. Click the m3u8 URL in the toolbox to show the request headers on the right. Copy the cookie (beginning with Cookie: )
  5.  
  6. ILLUSTRATION: https://i.imgur.com/oRb6f0k.png
  7.  
  8. Now, put the m3u8 URL and the cookie together in a command like this.
  9.  
  10. youtube-dl https://vod2.spwn.jp/whatever.m3u8 --add-header "Cookie: CloudFront-Key-Pair-Id=LOTSOFJUNKHERE"
  11.  
  12. Copy this into the powershell window and hope it works
  13.  
  14.  
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement