Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 345 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 345 Bytes

YTagFinder

A simple python module to fetch all tags of an Youtube video from an url

Requirements

  • Python 3.5 or above

Installation

    pip install YTagFinder==0.0.2

Dependencies

  • bs4

Usage

    from YTagFinder import YTagFinder
    ytag = YTagFinder()
    tags = ytag.find_tags('https://youtube_url')