Xvideos download videos in hd with yt-dlp

Xvideos download videos in HD 1080p or at the highest resolution available and at high speed with yt-dlp.exe

脚本作者
ayd prueba
今日安装
1
总安装量
161
得分
0 0 0
版本
0.1
创建日期
2023-09-11
最近更新
2023-09-11
许可证
MIT feel free to modify improve and share
应用到

Step1: Download yt-dlp.exe from the link for windows https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.exe y move the yt-dlp.exe file to the system C:/windows/ folder.

Step2: Create a bat file by copying and pasting the following code into notepad and save it as YT-DLPdownloader.bat. You also move it to the C:/windows/ folder.


@echo off
title yt-dlp-download-xvideos
set "name=%(title)s"
set "exten=%(ext)s"
set url=%1
set fixurl=%url:~9%
set filnam=%~n1
yt-dlp.exe "%fixurl%" -o "%USERPROFILE%\Downloads\%%%name%.%%%exten%"


Step 3 – Create a file called YT-DLPdownloared.reg with the following code.


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\ytdlp]
@="URL:ytdlp Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\ytdlp\DefaultIcon]
@="yt-dlp.exe,1"

[HKEY_CLASSES_ROOT\ytdlp\shell\open\command]
@="\"C:\\Windows\\YT-DLPdownloader.bat\" \"%1\""


Step4: Now run the YT-DLPdownloared.reg file to add to the windows registry. This is so that the system redirects the link that the browser sends to the yt-dlp download program. Afterwards you can delete the YT-DLPdownloared.reg file and you can download HD videos with a simple button