Skip to content

Latest commit

 

History

History
78 lines (50 loc) · 2.15 KB

README.rst

File metadata and controls

78 lines (50 loc) · 2.15 KB

pyytdata

A python library which provides metadata of YouTube videos.

https://img.shields.io/pypi/v/pyytdata https://pepy.tech/badge/pyytdata https://coveralls.io/repos/github/Agent-Hellboy/pyytdata/badge.svg?branch=master

Prerequisites

Installation

for stable version
  • pip install pyytdata
for current_version

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

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

General Info

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

Contributing

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