MrS0m30n3 / youtube-dl-gui

A cross platform front-end GUI of the popular youtube-dl written in wxPython.
The Unlicense
9.3k stars 1.59k forks source link

Unable to extract video title #399

Closed E-r-r-o-r closed 5 years ago

E-r-r-o-r commented 5 years ago

What is the purpose of your issue?


Bug report

[08/14/19 06:11:29] [debug] System config: []
[08/14/19 06:11:29] [debug] User config: []
[08/14/19 06:11:29] [debug] Custom config: []
[08/14/19 06:11:29] [debug] Command-line args: ['--newline', '-i', '-o', 'C:\\Users\\Jonathan\\Desktop\\%(title)s-%(id)s.%(ext)s', '-x', '--audio-format', 'mp3', '-v', '--ignore-config', '--hls-prefer-native', 'https://www.youtube.com/watch?v=XCz_U4SxjWU']
[08/14/19 06:11:29] [debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252
[08/14/19 06:11:29] [debug] youtube-dl version 2019.07.12
[08/14/19 06:11:29] [debug] Python version 3.4.4 (CPython) - Windows-8.1-6.3.9600
[08/14/19 06:11:29] [debug] exe versions: ffmpeg 3.3.2, ffprobe 3.3.2
[08/14/19 06:11:29] [debug] Proxy map: {}
[08/14/19 06:11:29] WARNING: Unable to extract video title

What operating system do you use?

Windows 8.1

List of actions to perform to reproduce the problem:

  1. Download anything using a YouTube URL

What is the expected behaviour ?

To properly title the downloaded file with the title on YouTube

What happens instead ?

The title is renamed to just "_"


Whenever I download from YouTube, it's incorrectly titled. Instead of it being the same title from YouTube, it's replaced with an underscore. It used to delete every file but one because they'd have the same title, but I have since gone into the options and enabled the ID to be apart of the filename and that works. I haven't tried downloading from anything but YouTube. I've tried reinstalling and restarting, neither works. The problem started one day with me doing absolutely nothing, I never went into the settings or anything at all. In the settings, it is still set to title the file with the actual title, but it just doesn't.

kiviuk commented 5 years ago

Exact same problem here.

[08/15/19 15:29:26] WARNING: Unable to extract video title


Never mind. I had to update the app, now everything works again. (for some reason I couldn't issue an update since a couple of weeks, the servers weren't responding.)

E-r-r-o-r commented 5 years ago

Never mind. I had to update the app, now everything works again.

That fixed it. Honestly didn't even know it was there