Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/narfman0/youtube-scraper

Scrape metadata from youtube videos/urls
https://github.com/narfman0/youtube-scraper

Last synced: 3 months ago
JSON representation

Scrape metadata from youtube videos/urls

Awesome Lists containing this project

README

        

youtube-scraper
===============

Provide information for youtube related metadata (title, user, views, likes, dislikes, publish date)

Usage
-----

This is a developer focused library to provide information from youtube.

>>> from youtube_scraper.scraper import scrape_url
>>> data = scrape_url('http://youtube.com/watch?v=7dlcxXxDGUI')
>>> print(data.poster)
'TheViperAOC'

License
-------

Copyright (c) 2015 Jon Robison

See included LICENSE for licensing information