← Home ← Back to /g/

Thread 105777275

3 posts 4 images /g/
Anonymous No.105777275 [Report] >>105777368 >>105777372
Is there a way to block official (verified) channels on youtube? I'm tired of viewing anime songs from official sources like Crunchyroll and letting them profit off me. They're also low quality
Anonymous No.105777368 [Report]
>>105777275 (OP)
Yes, yt-dlp --dump-json https://www.youtube.com/watch?v=wPFeBxt7VXI shows
"channel" : "Crunchyroll",
"channel_follower_count" : 7410000,
"channel_is_verified" : true,
"uploader" : "Crunchyroll",
"uploader_id" : "@crunchyroll",
"uploader_url" : "https://www.youtube.com/@crunchyroll",
"upload_date" : "20250628",
"timestamp" : 1751119216,
"availability" : "public",
"original_url" : "https://www.youtube.com/watch?v=wPFeBxt7VXI",
so you could check for the channel_is_verified key
Anonymous No.105777372 [Report]
>>105777275 (OP)
The best way to achieve this is to use the blocktube extension and just block all the verified channels you don't want to see.