youtube-dl -o - <webpage> | vlc
shows a video in VLC.
hhhh no I'm read it but I can't understandHaven't you read the content of the page you have posted ?
youtube-dl -o - <webpage> | vlc
shows a video in VLC.
Code: Select all
@echo off
set VLC="C:\Program Files\VideoLAN\VLC\vlc.exe"
set /p yturl=Youtube URL (right-click):
youtube-dl.exe -F %yturl:&=^&%
set /p ytdlfmt=Format:
youtube-dl.exe -g -f %ytdlfmt% %yturl:&=^&% > yt-dl.m3u
echo VLC...
%VLC% --meta-title=youtube-dl yt-dl.m3u
Any better than this batch script "youtube-dl.bat"?
please tell me what works ??Any better than this batch script "youtube-dl.bat"?
Works!
so you're play just like of YouTube ??It is youtube-dl, it is not ok-dl.
Any better than this batch script "youtube-dl.bat"?--- EDIT ---Code: Select all
@echo off set VLC="C:\Program Files\VideoLAN\VLC\vlc.exe" set /p yturl=Youtube URL (right-click): youtube-dl.exe -F %yturl:&=^&% set /p ytdlfmt=Format: youtube-dl.exe -g -f %ytdlfmt% %yturl:&=^&% > yt-dl.m3u echo VLC... %VLC% --meta-title=youtube-dl yt-dl.m3u
14.9.2019: escaped & characters in yturl
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: No registered users and 42 guests