MrS0m30n3 / youtube-dl-gui

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

fails to download some videos #422

Open nascentt opened 4 years ago

nascentt commented 4 years ago

What is the purpose of your issue?

Please remove any sections between (---) if they are not related to your issue


Bug report

If the problem occurs when downloading a URL please provide the full verbose output as follows:

  1. Restart youtube-dl-gui
  2. Go to Options > Extra tab
  3. Enable Debug youtube-dl
  4. Go to Options > Advanced tab and Clear your log content
  5. Try to download the URL
  6. Copy the whole log content and insert it between the ``` part below
[01/28/20 22:47:26] [debug] System config: []
[01/28/20 22:47:26] [debug] User config: []
[01/28/20 22:47:26] [debug] Custom config: []
[01/28/20 22:47:26] [debug] Command-line args: ['--newline', '-o', 'C:\\Users\\nascent\\Desktop\\%(title)s.%(ext)s', '-x', '--audio-format', 'mp3', '--audio-quality', '0', '-v', '--ignore-config', '--hls-prefer-native', 'https://www.youtube.com/watch?v=X70VMrH3yBg']
[01/28/20 22:47:26] [debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252
[01/28/20 22:47:26] [debug] youtube-dl version 2020.01.24
[01/28/20 22:47:26] [debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[01/28/20 22:47:27] [debug] exe versions: ffmpeg 3.3.2, ffprobe 3.3.2
[01/28/20 22:47:27] [debug] Proxy map: {}
[01/28/20 22:47:32] [debug] System config: []
[01/28/20 22:47:32] [debug] User config: []
[01/28/20 22:47:32] [debug] Custom config: []
[01/28/20 22:47:32] [debug] Command-line args: ['--newline', '-o', 'C:\\Users\\nascent\\Desktop\\%(title)s.%(ext)s', '-x', '--audio-format', 'mp3', '--audio-quality', '0', '-v', '--ignore-config', '--hls-prefer-native', 'https://www.youtube.com/watch?v=G4pp02_GN9A']
[01/28/20 22:47:32] [debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252
[01/28/20 22:47:32] [debug] youtube-dl version 2020.01.24
[01/28/20 22:47:32] [debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[01/28/20 22:47:32] [debug] exe versions: ffmpeg 3.3.2, ffprobe 3.3.2
[01/28/20 22:47:32] [debug] Proxy map: {}
[01/28/20 22:47:39] [debug] System config: []
[01/28/20 22:47:39] [debug] User config: []
[01/28/20 22:47:39] [debug] Custom config: []
[01/28/20 22:47:39] [debug] Command-line args: ['--newline', '-o', 'C:\\Users\\nascent\\Desktop\\%(title)s.%(ext)s', '-x', '--audio-format', 'mp3', '--audio-quality', '0', '-v', '--ignore-config', '--hls-prefer-native', 'https://www.youtube.com/watch?v=IZBlqcbpmxY']
[01/28/20 22:47:39] [debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252
[01/28/20 22:47:39] [debug] youtube-dl version 2020.01.24
[01/28/20 22:47:39] [debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[01/28/20 22:47:39] [debug] exe versions: ffmpeg 3.3.2, ffprobe 3.3.2
[01/28/20 22:47:39] [debug] Proxy map: {}

What operating system do you use ?

List of actions to perform to reproduce the problem:

  1. ..
  2. ..
  3. ..

What is the expected behaviour ?

What happens instead ?


Feature request (request for a new functionality)

Please make sure that the requested feature is NOT already in the TODO list

What operating system do you use ?

Windows 10


Was able to download a lot of videos, but these three consistently fail. But if I copy command for them then paste into a command prompt it works

QPUNeptune commented 4 years ago

so quick obvious question, did you clicked on the "Update" button already?

nascentt commented 4 years ago

yeah of course