kboghdady / youTube_ads_4_pi-hole

YouTube script to add the new Ads list for Pi-hole
2.45k stars 266 forks source link

what is the difference (list vs. script)? #63

Closed k-rock closed 4 years ago

k-rock commented 4 years ago

Hi - what is the difference in adding the block list (https://raw.githubusercontent.com/kboghdady/youTube_ads_4_pi-hole/master/youtubelist.txt) to Pi-Hole vs. running this shell script?

Do they result in the same behavior?

YellowNest commented 4 years ago

I assume no difference at all. I am running pi-hole with the raw list added. Ocasionally running "pihole -g" over SSH

TechKat commented 4 years ago

Same thing. Except using just the list, your PiHole will update it every Sunday (default setting). Using the script, which runs every hour if you follow the instructions, will update the blacklist every hour as described.

YouTube will always be changing their domains to get around blockers. If you went by just the list, you'll probably get the occasional ad here and there. But by script, you're almost guaranteed no ads.

kboghdady commented 4 years ago