Earlier quoted context omitted.
just one more reason i continue to recommend that youtube is greatly improved by signing out. none of the signin-walled "features" are worth it anyway. comments are a banal wasteland, votes mean nothing for creator visibility, subscribing doesn't mean you'll see new videos when they're released, algorithm-driven recommendations actively harm diverse content discoverability...
I don't even visit the YouTube site that often anymore. I've set up a script to use youtube-dl to download new videos from channels I like on a daily basis.
Google Begins Testing Extension Manifest V3 in Chrome Canary
401–410 of 448 posts
Re: Google Begins Testing Extension Manifest V3 in Chrome Canary
#402Re: Google Begins Testing Extension Manifest V3 in Chrome Canary
#403This is not as terrifying to me as the other news brought to my attention by a post in today's Reddit's r/YSK, that if you use Adblock, your gmail can be closed. In the new TOS of Youtube [1], it states that if your account is not deemed commercially viable, your Google account (i.e. your Gmail, your Google Photos, your Google Drive, etc.) can be closed down: YouTube may terminate your access, or your Google account’…
Where does it say your gmail can be closed. The terms listed only say they can terminate your account access to the service, aka Youtube.
Re: Google Begins Testing Extension Manifest V3 in Chrome Canary
#404Earlier quoted context omitted.
Where does it say your gmail can be closed. The terms listed only say they can terminate your account access to the service, aka Youtube.
When they close your YouTube account, they close the associated account on the Google side of things
You can have your YouTube account shut down and still have an email account
Re: Google Begins Testing Extension Manifest V3 in Chrome Canary
#405Earlier quoted context omitted.
Can you share any more information or the source of your script? Sounds like a pretty cool idea.
It's actually really simple! Here's an example: youtube-dl --dateafter now-7days --playlist-end 10 --download-archive '/path/to/folder/downloaded.txt' -o '/path/to/folder/%(title)s.%(ext)s' -- ' https://www.youtube.com/channel/UCYO_jab_esuFRV4b17AJtAw' You can play around with the parameters to get the behavior you want (there are tons more than I don't use), I kept it pretty simple. In my case it checks the channel…
Now... this may seem like a silly question: What does the '--' do before the channel url? I know '--' is normally used for parameters longer than one character, but that one is kinda just floating about haha.
Re: Google Begins Testing Extension Manifest V3 in Chrome Canary
#406Earlier quoted context omitted.
When they close your YouTube account, they close the associated account on the Google side of things
I actually found it mentioned in a different paragraph. It explicitly states your Google account. You can have your YouTube account shut down and still have an email account
Re: Google Begins Testing Extension Manifest V3 in Chrome Canary
#407Earlier quoted context omitted.
I actually found it mentioned in a different paragraph. It explicitly states your Google account. You can have your YouTube account shut down and still have an email account
The thing with markiplier a few days ago says otherwise
Terminations and Suspensions by YouTube for Cause
YouTube may suspend or terminate your access, _your Google account_ , or your Google account’s access to all or part of the Service if
(a) you materially or repeatedly breach this Agreement;
(b) we are required to do so to comply with a legal requirement or a court order; or
(c) we believe there has been conduct that creates (or could create) liability or harm to any user, other third party, YouTube or our Affiliates.
I tend to believe YouTube wouldn't put it in if they didn't mean it.Re: Google Begins Testing Extension Manifest V3 in Chrome Canary
#408Like so many others on this thread, this is my push to go entirely back onto Firefox. I'll keep Chrome for the diminishing number of sites that don't like Firefox.
You can use Brave as your Chromium-based browser. It blocks ads natively, and I've not yet run into a site that required Chrome that didn't work on Brave.
Re: Google Begins Testing Extension Manifest V3 in Chrome Canary
#409Earlier quoted context omitted.
The thing with markiplier a few days ago says otherwise
I don't know what a markiplier is, I am just reading the actual changes on the YouTube terms website. Terminations and Suspensions by YouTube for Cause YouTube may suspend or terminate your access, _your Google account_ , or your Google account’s access to all or part of the Service if (a) you materially or repeatedly breach this Agreement; (b) we are required to do so to comply with a legal requirement or a court or…
Re: Google Begins Testing Extension Manifest V3 in Chrome Canary
#410Earlier quoted context omitted.
just one more reason i continue to recommend that youtube is greatly improved by signing out. none of the signin-walled "features" are worth it anyway. comments are a banal wasteland, votes mean nothing for creator visibility, subscribing doesn't mean you'll see new videos when they're released, algorithm-driven recommendations actively harm diverse content discoverability...
I don't even visit the YouTube site that often anymore. I've set up a script to use youtube-dl to download new videos from channels I like on a daily basis.