+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. hi,

    since july 2025 i have noticed that yt-dlp is not always save youtube videos with the correct name files,
    i don't understand when this problem occurs, but when it occurs i have the same problems with all youtube channels
    as if I download more than X videos then all the video files will suddenly looks like that : youtube video #cC30WckWHTs [cC30WckWHTs]

    if i copy past that on google i can find the correct name, but it's not convenient when i want to download a complete channel of many videos

    is there a way with a simple BAT file for example to rename those files with the correct name ?

    in this example the video name file should be something like that ""Les histoires du parfum sont magiques, comparables à celles de l'écriture" - C'est Excellent [cC30WckWHTs]"
    Quote Quote  
  2. Ambassador Of Atmosphere
    Join Date: Nov 2024
    Location: Brooklyn, NY
    Search Comp PM
    We all bleed blue from the inside....
    Quote Quote  
  3. Hi Lupine,
    Thanks for the file, but I already had it ^^
    My problem is just file names.
    Maybe what trigger that is to try to download a complete youtube channel which have way too many files.
    I try to find a way to automatically rename those files with correct names, I feel it's possible with a BAT file, but I still don't know how.
    It's to avoid to have this kind of mess when I batch download a youtube channel :
    Image
    [Attachment 87823 - Click to enlarge]
    Quote Quote  
  4. In powershell:
    Code:
    yt-dlp -o "%(title)s"  "https://www.youtube.com/watch?v=wafwafawfaw"
    Quote Quote  
  5. i did some new researches online, but still without success
    so far i find this web page which looks useful : https://github.com/yt-dlp/yt-dlp/issues/3301
    Quote Quote  



Similar Threads