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

Error while trying to download? #523

Open jimsy3 opened 2 years ago

jimsy3 commented 2 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
[10/17/21 06:31:10] [debug] System config: []
[10/17/21 06:31:10] [debug] User config: []
[10/17/21 06:31:10] [debug] Custom config: []
[10/17/21 06:31:10] [debug] Command-line args: ['--newline', '-i', '-o', 'C:\\temp111\\YT-DL-guiiii\\%(title)s.%(ext)s', '-v', '--ignore-config', '--hls-prefer-native', 'https://eeds.babahhcdn.com/delfivod/_definst_/T/TROzJGpn/smil:stream.smil/playlist.m3u8']
[10/17/21 06:31:10] [debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252
[10/17/21 06:31:10] [debug] youtube-dl version 2020.12.22
[10/17/21 06:31:10] [debug] Python version 3.4.4 (CPython) - Windows-10-10.0.19041
[10/17/21 06:31:10] [debug] exe versions: ffmpeg 3.3.2, ffprobe 3.3.2
[10/17/21 06:31:10] [debug] Proxy map: {}
[10/17/21 06:31:10] WARNING: Could not send HEAD request to https://eeds.babahhcdn.com/delfivod/_definst_/T/TROzJGpn/smil:stream.smil/playlist.m3u8: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)>
[10/17/21 06:31:10] ERROR: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)> (caused by URLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)'),))
[10/17/21 06:31:10]   File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmprhhzjl7r\build\youtube_dl\extractor\common.py", line 632, in _request_webpage
[10/17/21 06:31:10]   File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmprhhzjl7r\build\youtube_dl\YoutubeDL.py", line 2248, in urlopen
[10/17/21 06:31:10]   File "C:\Python\Python34\lib\urllib\request.py", line 464, in open
[10/17/21 06:31:10]   File "C:\Python\Python34\lib\urllib\request.py", line 482, in _open
[10/17/21 06:31:10]   File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
[10/17/21 06:31:10]   File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmprhhzjl7r\build\youtube_dl\utils.py", line 2736, in https_open
[10/17/21 06:31:10]   File "C:\Python\Python34\lib\urllib\request.py", line 1185, in do_open
[10/17/21 06:31:10] 

What operating system do you use ?

win 10 x64

List of actions to perform to reproduce the problem:

paste the .m3u8 url and press Add and Download

What is the expected behaviour ?

i should get a playlist.mp4 video file in my download folder

What happens instead ?

error


What operating system do you use ?

win 10 x64


why is it suddenly only giving me an error and not even downloading anything

axcore commented 2 years ago

This project is abandoned, try one of the forks listed here

Also try switching from youtube-dl to yt-dlp, as the former is not being actively maintained at the moment

jimsy3 commented 2 years ago

ok, but are there any windows versions too that i could just open via double-click etc... (aka a Gui version...)

axcore commented 2 years ago

Tartube and yt-dlg will both do that, they are in the list.