Wednesday, 21 May 2025

YOUTUBE DOWNLOAD VIDEO BY COMMAND PROMPT YT-DPL EXE GITHUB FILE

 






------------------------------------------------------------------------------------------------------------------------------
DOWNLOAD EXE FILE FROM GITHUB
https://www.youtube.com/shorts/W30Y8uJF3Ps?feature=share
------------------------------------------------------------------------------------------------------------------------------
C:\Users\Tahir>C:\Users\Tahir\Desktop\Jason\yt-dlp.exe "https://www.youtube.com/shorts/GC0J281o-Hc"
-----------------------------------------------------------------------------------------------------------------------------
We have Jason Folder on desktop  
first we inside on cd desktop then cd on Jason then we add exe and url line
yt-dlp.exe "https://www.youtube.com/shorts/GC0J281o-Hc"
-----------------------------------------------------------------------------------------------------------------------------
C:\Users\Tahir>cd desktop

C:\Users\Tahir\Desktop>cd Jason

C:\Users\Tahir\Desktop\Jason>yt-dlp.exe "https://www.youtube.com/shorts/GC0J281o-Hc"

OR USE THIS GO TO INSIDE YTDLP FOLDER TYPE YOUR FOLDER LINK BAR
cmd IT SHOWS COMMAD  AND CMD PROMPT PROGRAM RUN

C:\WINDOWS\system32\cmd.exe

AND PASTE CODE yt-dlp.exe "https://www.youtube.com/shorts/GC0J281o-Hc" NEXT TO 
C:\Users\Tahir\Desktop\Jason>
-----------------------------------------------------------------------------------------------------------------------------
-
OTHER METHOD BATCH AUR HTA FILE
------------------------------------------------------------------------------------------------------------------------------
MY.bat
------------------------------------------------------------------------------------------------------------------------------
@echo off
:: Launch VBScript input box
set "vbsfile=%temp%\inputurl.vbs"
echo Set objArgs = WScript.Arguments > "%vbsfile%"
echo url=InputBox("Enter YouTube URL:","YT-DLP Downloader") >> "%vbsfile%"
echo If url = "" Then WScript.Quit >> "%vbsfile%"
echo WScript.Echo url >> "%vbsfile%"

for /f "delims=" %%i in ('cscript //nologo "%vbsfile%"') do set "video_url=%%i"
del "%vbsfile%"

if "%video_url%"=="" (
    echo No URL entered.
    pause
    exit /b
)

:: Run yt-dlp with the entered URL
yt-dlp %video_url%

pause
-----------------------------------------------------------------------------------------------------------------------------
hta file
-----------------------------------------------------------------------------------------------------------------------------
<html>

<head>

<title>YT-DLP Downloader</title>

<HTA:APPLICATION ID="app" APPLICATIONNAME="YTDLP" BORDER="thin" BORDERSTYLE="normal" CAPTION="yes" SHOWINTASKBAR="yes" SINGLEINSTANCE="yes" SYSMENU="yes"/>

<script>

function downloadVideo() {

    var url = document.getElementById("url").value;

    var shell = new ActiveXObject("WScript.Shell");

    shell.Run("cmd /k yt-dlp.exe " + url);

}

</script>

</head>

<body>

    <h3>YouTube Downloader</h3>

    <input type="text" id="url" size="50" placeholder="Paste video URL here">

    <br><br>

    <button onclick="downloadVideo()">Download</button>

</body>

</html>
-----------------------------------------------------------------------------------------------------------------------------


0 comments:

Post a Comment

:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

FB Gadgets | Template Designed by Fatakat PhotosCoolBThemes.com
Code by : paid web directory

https://www.google.co.uk/search?q=site%3Ablogspot.com+fbgadgets