youtube-dl-gui: Youtube-DLG not working on Windows 10 (tested with youtube links)

  • I think my problem is NOT with youtube-dl
  • I’ve verified and i assure that I’m running youtube-dl-gui 0.4
  • I assure that i am using the latest version of youtube-dl
  • Searched bugtracker
  • I’ve read the FAQs file

What is the purpose of your issue?

  • Bug report (maybe?)
  • Feature request (request for a new functionality)
  • Question
  • Other

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
delete me and insert your log content here

  -> There are nothing in the log content. The download stay at 0% and show the video file as "finished"

What operating system do you use ?

-> Windows 10 Pro - 64 bits

List of actions to perform to reproduce the problem:

  1. Open Youtube DLG on Windows 10
  2. Copy a youtube video link
  3. Paste it on Youtube-DLG
  4. Add
  5. Download

What is the expected behaviour ?

It should download the video correctly (it was tested on the same computer with Windows 8.1 family - 64 bits before and it was working).

What happens instead ?

It immediatly tells you the video has finished downloading while it is at 0% and there are no trace of any files in the folders


Screenshot: < https://sta.sh/0oysoigdggq > github - youtube dlg - issue win 10

About this issue

Most upvoted comments

Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work except for Windows exe.

Windows exe requires Microsoft Visual C++ 2010 Redistributable Package (x86) and does not require Python that is already embedded into the binary.

https://www.microsoft.com/en-US/download/details.aspx?id=5555 this solve problem for me

so funciona no windows 7, instale o win 7 no virtual box e seja feliz.

I have the same problem as you have.

Installing vs2010 not solved the problem (problem: download finishes immediately without saving any data). Solved by installing the runtimes from here: https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2010-vc-100-sp1-no-longer-supported both x86 and x64 versions of these are needed: Visual Studio 2015, 2017, 2019, and 2022 Visual Studio 2013 (VC++ 12.0) Visual Studio 2012 (VC++ 11.0) Update 4

Tartube is a fork of youtube-dl-gui and works on MS Windows.

YOUTUBE-DL can run on Windows 10.

  1. download youtube-dlg at https://mrs0m30n3.github.io/youtube-dl-gui/
  2. run dlg and choose update then the new youtube-dl version will be downloaded automatically.
  3. restart the app and enjoy it.

Youtube Has recently updated and so a Fix has been already rolled out to base youtube-dl, this One isnt updated yet!

same is happening to me

`Exception in thread Thread-2: Traceback (most recent call last): File “threading.pyc”, line 801, in __bootstrap_inner File “youtube_dl_gui\downloadmanager.pyc”, line 599, in run File “youtube_dl_gui\downloaders.pyc”, line 162, in download File “youtube_dl_gui\downloaders.pyc”, line 337, in _create_process File “subprocess.pyc”, line 390, in init File “subprocess.pyc”, line 640, in _execute_child WindowsError: [Error 193] %1 is not a valid Win32 application

Exception in thread Thread-4: Traceback (most recent call last): File “threading.pyc”, line 801, in __bootstrap_inner File “youtube_dl_gui\downloadmanager.pyc”, line 599, in run File “youtube_dl_gui\downloaders.pyc”, line 162, in download File “youtube_dl_gui\downloaders.pyc”, line 337, in _create_process File “subprocess.pyc”, line 390, in init File “subprocess.pyc”, line 640, in _execute_child WindowsError: [Error 193] %1 is not a valid Win32 application `