Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/narfman0/youtube-scraper
- Owner: narfman0
- License: gpl-3.0
- Created: 2015-04-15T02:56:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T15:34:17.000Z (over 4 years ago)
- Last Synced: 2024-07-09T14:38:39.529Z (4 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 32
- Watchers: 6
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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