Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pyytdata

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyytdata

A python library which provides all possible metadata of YouTube videos.

  • 0.3.0
  • PyPI
  • Socket score

Maintainers
1

pyytdata

A python library which provides metadata of YouTube videos.

.. image:: https://img.shields.io/pypi/v/pyytdata :target: https://pypi.python.org/pypi/pyytdata/

.. image:: https://github.com/Agent-Hellboy/YouTubeDataApi_Wrapper/actions/workflows/build.yml/badge.svg :target: https://github.com/Agent-Hellboy/YouTubeDataApi_Wrapper/

.. image:: https://img.shields.io/pypi/pyversions/pyytdata.svg :target: https://pypi.python.org/pypi/pyytdata/

.. image:: https://img.shields.io/pypi/l/pyytdata.svg :target: https://pypi.python.org/pypi/pyytdata/

.. image:: https://pepy.tech/badge/pyytdata :target: https://pepy.tech/project/pyytdata

.. image:: https://img.shields.io/pypi/format/pyytdata.svg :target: https://pypi.python.org/pypi/pyytdata/

.. image:: https://coveralls.io/repos/github/Agent-Hellboy/pyytdata/badge.svg :target: https://coveralls.io/github/Agent-Hellboy/pyytdata

Prerequisites

Installation

for stable version
   - pip install pyytdata

for current_version
   - pip install git+https://github.com/Agent-Hellboy/pyytdata.git

Using

Public APIs get_vid_info_from_url -> Return Video Info from URL get_video_info -> Return Video Info from video_id get_channel_info -> Return Channel Info from channel name get_channel_stat_by_name -> Return channel stat from channel name get_video_stat_by_ID -> Return Video stat from vide_id

Other APIs .. code-block:: python

>>> from pyytdata import PyYtData
>>> obj=PyYtData('flask',1)
>>> vid=obj.get_videoinfo()

General Info

python-client for https://developers.google.com/youtube/v3/docs/channels

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Keywords

FAQs


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