Sorry to resurrect this again but I think the yt-dlp4vlc script has an error.
I think the probe function is incorrect . . .
function probe()
-- Check if the input is a YouTube link
return vlc.access == "http" or vlc.access == "https" and
(string.match(vlc.path, "youtube%.com") or string.match(vlc.path, "youtu%.be"))
. . . should be . . .
function probe()
-- Check if the input is a YouTube link
return (vlc.access == "http" or vlc.access == "https") and
(string.match(vlc.path, "youtube%.com") or string.match(vlc.path, "youtu%.be"))
. . . notice the brackets around the first 'or' pair.
Bit marginal but without those brackets any http url will return true.
Ben.
@genieautravail
The ungoogled version has the flags #disable-encryption and #disable-machine-id. Enabling them will disable encryption and machine ID creation, allowing you to transfer your profile to another computer. The developer will not transfer them to the regular version, leaving the functionality completely stock. Therefore, for the regular version, use third-party tools to create a portable version.
Actually this bug is present on Vista, too. It's not "XP-only", like someone there tried to imply. Therefore, you're in the wrong right repository, Dave, you can edit the post and include Vista so they get out of your hair. They have no respect to the famous moderator!
Hi, at first read carefully my "Complete guide for restoring Microsoft Update in IE" in this post:
If you have trouble with ProxHTTPSProxy, then you can find everything about it in this post:
Hi to all,
I have updated the content of my article in first post.
Due to the fact that some of you had problems when running ProxHTTPSProxy or HTTPSProxy in older systems I have examined the correlation of crashes with the SSE2 capability of a CPU. The current results can be found in sections Prerequisites and Versions.
Furthermore both versions of Root Certificate Updater have been updated and are now of 02/24/2022.
Regards, AstroSkipper
Due to the fact that some of you had problems when running ProxHTTPSProxy or HTTPSProxy in older systems I have examined the correlation of crashes with the SSE2 capability of a CPU. The current results can be found in sections Prerequisites and Versions of this post:
@maile3241 I have mentioned your findings relating to getting access to MU in Windows XP Professional x64 and linked your post.
Of course, I have. Forget about Windows 2000! As you already wrote in a post above:
And you are absolutely right. But for all not reasonable people there is an antivirus tool which works with Windows 2000 too, called ClamWin. Here is a link: https://clamwin.com/
PS: By the way I don't think you have an infection in your system.