Skip to content

A python package for fetching all tags from an youtube video

Notifications You must be signed in to change notification settings

Tina-rt/ytagfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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')

About

A python package for fetching all tags from an youtube video

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages