It only happens if you've never signed in like me. I've never signed in to Youtube in my life.
I have never signed into YouTube either. I am not much of a consumer of YT type content. I do use it for application videos (e.g. "How to bleed the lethal voltage from your guitar amp without DYING" I paraphrase of course.
So I'll usually preview the YT via Invidious frontend:
And If I need a copy of the vid, I use yt-dlp
for XP!
https://github.com/nicolaasjan/yt-dlp/releases -> Show all assets, 1st time get the yt-dlp_x86_winXP.zip. Then you can update by just swapping out new yt-dlp_x86_winXP.exe with old yt-dlp.exe (I like to rename the exe)
(DO Not update via command line -U for XP version!) yt-dlp updates ~2x Month or more.
FWIW, my commands:
1) yt-dlp.exe --list-formats https://www.youtube(DOT)com/etc.
2) After getting formats (I usually stick with 480p or 360p but they're all there) I'll command line e.g.:
yt-dlp.exe --continue --format 18+139 https://www.youtube(DOTcom/etc
Definitions:
--continue (if you lose connection just paste the command back in and it picks up where it left off.
--format (after looking at available formats, you can mix and match. I recommend putting the vid format number before the audio format number) 18 (360p .mp4)+139 (129kbps .m4a)
other commands:
yt-dlp.exe --continue --write-auto-subs --convert-subs srt --format xxx+xxx https://www(DOT)youtube.com/etc
I like to choose the .webm formats if available (Higher quality IMHO same size) but some times only the audio is available, or I want an .mp4 container for the .webm version for some reason:
--remux-video mp4
E.g
yt-dlp.exe --continue --write-auto-subs --convert-subs srt --format xxx+xxx --remux-video mp4 https://www.youtube(DOT)com/etc
Oh yea on last IMPORTANT! thing. Put ffmpeg.exe & ffprobe.exe in the yt-dlp directory.
XP get here:
Download FFMPEG 7.1 For XP (XP Mod, otherwise use the current ffmpeg & libfdk-aac builds)
https://rwijnsma.home.xs4all.nl/files/ffmpeg/ffmpeg-7.1-2362-6aafe61-win32-static-xpmod-sse.7z
(Note: The developer has stopped updating ffmpeg for XP)