Socket
Socket
Sign inDemoInstall

youtube-search-requests

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    youtube-search-requests

Search Youtube videos using python requests without Youtube API


Maintainers
1

Readme

pypi python-ver github-release pypi-total-downloads

youtube-search-requests

Search Youtube videos using python requests without Youtube API.

youtube-search-requests can search unlimited videos !!!

Installation

pip install youtube-search-requests

CLI (Command Line Interface) Usage:


ysr "fish" --json

# or

youtube-search-requests "fish" --json

# do this if "ysr" and "youtube_search_requests" didn't work
python3 -m youtube_search_requests "fish" --json

# Output: {"urls": {'title': ..., 'url': 'https://www.youtube.com/watch?v=0gT8Ty0ClHc', thumbnails: [...], ...}}

Usage

  • For version v0.1.0 Upper click here

  • For version v0.1.0 Lower click here

Keywords

FAQs


Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc