Hi
I was wondering how to get yt-dlp to copy url query string for title. Here is the url
https://rice.bunkr.ru/1fa03b44-0a1b-471f-ab49-5c4db82c19df.mp4?*******_the_Entire_Room.mp4
The title i get is "1fa03b44-0a1b-471f-ab49-5c4db82c19df.mp4?*******_the_Entire_Room.mp4"
What I want is "*******_the_Entire_Room.mp4" The original url is "https://rice.bunkr.ru/1fa03b44-0a1b-471f-ab49-5c4db82c19df.mp4" I Added the query string "?*******_the_Entire_Room.mp4"
I do not want to use --output "*******_the_Entire_Room.%(ext)s" I need a generic option, I have
many files where the title was added as a query string.
Thanks in advance
+ Reply to Thread
Results 1 to 3 of 3
-
-
yt-dlp --replace-in-metadata title "^[^\n\r]+?" "" https://rice.bunkr.ru/1fa03b44-0a1b-471f-ab49-5c4db82c19df.mp4?*******_the_Entire_Room.mp4
Similar Threads
-
Need help for download with yt-dlp
By sibhus in forum Video Streaming DownloadingReplies: 26Last Post: 19th Feb 2024, 15:02 -
Panasonic NV-HS800 doesn't output video but does output HiFi audio
By golenman123 in forum RestorationReplies: 2Last Post: 15th Oct 2022, 14:49 -
modifying yt-dlp
By rrats in forum Video Streaming DownloadingReplies: 10Last Post: 28th Jul 2022, 14:06 -
yt-dlp question
By blanc in forum Video Streaming DownloadingReplies: 9Last Post: 26th Mar 2022, 11:00 -
Help with yt-dlp
By Loryanam2 in forum Video Streaming DownloadingReplies: 1Last Post: 5th Jan 2022, 11:57


Quote