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