Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get youtube-dl to do anything #19252

Closed
astatine opened this issue Feb 17, 2019 · 2 comments
Closed

Cannot get youtube-dl to do anything #19252

astatine opened this issue Feb 17, 2019 · 2 comments

Comments

@astatine
Copy link

@astatine astatine commented Feb 17, 2019

  • I've verified and I assure that I'm running youtube-dl 2019.02.08

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

Issue Description

I am trying to run yt-dl on a fresh Windows 10 install. I cannot get it to do anything; there's no output at all from the tool.

ytdl_issue

I am learning Windows Sysadmin and was playing around with Get-ExecutionPolicy and Set-ExecutionPolicy. I don't remember what I changed (from which defaults), but maybe that has something to do with it. The current values are as follows:

PS C:\Apps\yt-dl> Get-ExecutionPolicy -List

        Scope ExecutionPolicy
        ----- ---------------
MachinePolicy       Undefined
   UserPolicy       Undefined
      Process       Undefined
  CurrentUser       Undefined
 LocalMachine       AllSigned

Thanks in advance!

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Feb 17, 2019

PS C:\Dev\youtube-dl\master> .\youtube-dl.exe --help
Usage: youtube-dl.exe [OPTIONS] URL [URL...]

Options:
  General Options:
    -h, --help                       Print this help text and exit
    --version                        Print program version and exit
    -U, --update                     Update this program to latest version. Make sure that you have sufficient permissions (run with sudo if needed)
...
<cut>
PS C:\Dev\youtube-dl\master> .\youtube-dl.exe --version
2019.02.08
@astatine
Copy link
Author

@astatine astatine commented Feb 17, 2019

I was able to solve my issue and am posting here in case it helps someone else.

Running youtube-dl.exe in PS quit the tool silently without errors, as shown in OP. Running it in cmd gave me the missing msvcr100.dll error. I then installed Microsoft Visual C++ 2010 Redistributable Package (x86) and all was fine.

@ytdl-org ytdl-org deleted a comment from BUAWF Feb 17, 2019
@ytdl-org ytdl-org locked as resolved and limited conversation to collaborators Feb 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.