Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
How to automatically "like" Youtube videos? #16168
Comments
|
I use youtube-dl to download many youtube tutorials in the form of whole channels and playlists. However, since some content producers rely on the view and like count metrics of their videos, I like to automatically "push like button" their videos.
1- How to automatically "like" youtube videos before/while/after downloading process?
2- Does downloading via youtube-dl increment the "view count" of the downloaded video? If not, how to do it?
I just wanna support content producers. Thanks for this great utility.
What is the purpose of your issue?