SmartTube icon indicating copy to clipboard operation
SmartTube copied to clipboard

Feature request: Categories blocking

Open nitinjs opened this issue 3 years ago • 3 comments

Each youtube video is categorised in these categories

image

I wonder how to block all videos in particular category?

@yuliskov can you add features to select and block category

want to block gaming category in youtube

nitinjs avatar Nov 10 '22 16:11 nitinjs

I would use this to block News & Politics.

blakegearin avatar Dec 01 '22 21:12 blakegearin

Just discovered there is Youtube API for getting information about the videos
Following YT API request returns video metadata which contains Category Id

GET https://www.googleapis.com/youtube/v3/videos?part=id%2C+snippet&id=4Y4YSpF6d6w&key={YOUR_API_KEY} image

so I propose in SmartTube there can be a screen to enter Youtube API Key and selection list for blocking YT Categories

nitinjs avatar Oct 14 '24 04:10 nitinjs

@nitinjs thanks for the tip, friend.

yuliskov avatar Oct 14 '24 07:10 yuliskov