https://github.com/picandocodigo/nocap-downloader
Bookmarklet to get the youtube-dl command to download videos from NoCap Shows.
https://github.com/picandocodigo/nocap-downloader
live-streaming nocap youtube-dl
Last synced: 4 months ago
JSON representation
Bookmarklet to get the youtube-dl command to download videos from NoCap Shows.
- Host: GitHub
- URL: https://github.com/picandocodigo/nocap-downloader
- Owner: picandocodigo
- License: gpl-3.0
- Created: 2021-06-08T19:54:24.000Z (about 4 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-06-08T20:52:43.000Z (about 4 years ago)
- Last Synced: 2025-01-10T04:19:25.932Z (6 months ago)
- Topics: live-streaming, nocap, youtube-dl
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NoCap Shows youtube-dl command
This is a script that generates the necessary `youtube-dl` command to download a live stream video from NoCap Shows, copies it to the clipboard and prints it to the browser console, so you can then paste it in your terminal.
The `youtube-dl` command for downloading videos from NoCap is:
```
youtube-dl --add-header Referer:"$URL" https://player.vimeo.com/video/$VIDEO_ID
```## Instructions:
Go to [this repository's website](https://picandocodigo.github.io/nocap-downloader/) and drag the link you see to your Bookmarks toolbar.
Once logged in with your access code to the live stream, click on the bookmark to copy the `youtube-dl` command to the clipboard. You have to be logged in to know the right URL and get the proper video id from the embedded Vimeo iframe.
Support independent artists when you can :metal:
## Dependencies
* [youtube-dl](https://github.com/ytdl-org/youtube-dl)