-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fetch youtube video meta data #8
Comments
I think instead of using the youtube API . We can use Web-scrapers to fetch the required data. |
https://stackoverflow.com/questions/32940484/how-to-retrieve-like-dislike-view-count-from-youtube This guy managed to extract the likes from any Youtube Video. The code used is
|
Can I work on this issue.... I have worked on something related to fetching data from youtube |
https://github.com/LordGameleo/Python-Projects/blob/master/youtube.py |
@LordGameleo Yes, Assigned to you |
@mohitkh7 what exactly do you want?....... what all details you want to fetch...... and do you want to stick with api use or will web scrapping work too. |
Write a script based on Youtube API's to fetch meta data such as likes, dislikes, views, length etc. of youtube video. On adding youtube video resources this script should all fetch relevant data and populate resources fields.
The text was updated successfully, but these errors were encountered: