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:
- Restart youtube-dl-gui
- Go to
Options > Extra
tab - Enable Debug youtube-dl
- Go to
Options > Advanced
tab and Clear your log content - Try to download the URL
- 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:
- Open Youtube DLG on Windows 10
- Copy a youtube video link
- Paste it on Youtube-DLG
- Add
- 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 >
About this issue
- Original URL
- State: open
- Created 6 years ago
- Comments: 25
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.
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 `