New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@warren-bank/browser-ytdl-core

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@warren-bank/browser-ytdl-core

Browser build for 'node-ytdl-core': YouTube video downloader in pure javascript

  • 4.14.4-distubejs.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
Source

browser-ytdl-core

Browser build for node-ytdl-core: YouTube video downloader in pure javascript

Build
npm install

npm run build
CDN
  <script src="//cdn.jsdelivr.net/npm/@warren-bank/browser-ytdl-core@4.14.4-distubejs.4/dist/es2020/ytdl-core.js"></script>
Usage
  1. run the client-side javascript library in a web browser
    • examples:
      1. userscript
        • domain: youtube.com
        • notes:
          • Youtube API calls made by browser-ytdl-core succeed
          • CORS is allowed
      2. userscript with "cors-anywhere" proxy
        • domain: example.com
        • notes:
          • usage of the "cors-anywhere" demo server first requires user interaction
            • visit the site to click a button
            • this adds the requesting IP to a whitelist, and grants access for a limited period of time
          • this proxy injects HTTP response headers that allow CORS

Keywords

FAQs

Package last updated on 12 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc