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

Broken link for Microsoft Visual C++ 2010 Redistributable Package (x86) link in README.md's link. #29222

Closed
antdude opened this issue Jun 5, 2021 · 3 comments

Comments

@antdude
Copy link

antdude commented Jun 5, 2021

https://github.com/ytdl-org/youtube-dl/blob/master/README.md#the-exe-throws-an-error-due-to-missing-msvcr100dll says "The exe throws an error due to missing MSVCR100.dll

To run the exe you need to install first the Microsoft Visual C++ 2010 Redistributable Package (x86)."

However, its https://www.microsoft.com/en-US/download/details.aspx?id=5555 link is broken. I found it in https://www.microsoft.com/en-us/download/details.aspx?id=26999, but it doesn't mention Windows 10 (64-bit) so I am not sure if it is safe to install it into my brand new, updated 64-bit W10 Pro PC.

@dstftw dstftw closed this as completed in c2350ca Jun 5, 2021
@antdude
Copy link
Author

antdude commented Jun 5, 2021

Thank you for the quick fix, dstftw! Do I assume it is OK to install and use in an updated, 64-bit W10 Pro?

@Vangelis66
Copy link

@antdude:

https://docs.microsoft.com/en-US/troubleshoot/cpp/minimum-service-pack-levels#visual-c-2010-sp1-redistributable-package

BTW, M$ documentation is known to contain omissions/false info, etc... 😞
However, since the official youtube-dl.exe binary is 32-bit, make sure you download and install file vcredist_x86.exe (32-bit variant); you may optionally co-install vcredist_x64.exe if, in the future, you come across a 64-bit application built with VS2010...

@antdude
Copy link
Author

antdude commented Jun 6, 2021

Thank you, Vangelis66. I didn't want to break my new W10! :)

gaming-hacker added a commit to gaming-hacker/youtube-dl that referenced this issue Sep 3, 2021
* commit '188b7b108e1cd287580bee5dba8075e669c29a10': (192 commits)
  Avoid skipping ID when unlisted_hash is numeric
  [peertube] only call description endpoint if necessary (ytdl-org#29383)
  [periscope] pass referer to HLS requests(closes ytdl-org#29419)
  [liveleak] Remove extractor (closes ytdl-org#17625, closes ytdl-org#24222) (ytdl-org#29331)
  [pornhub] Add support for pornhubthbh7ap3u.onion
  [pornhub] Detect geo restriction
  [pornhub] Dismiss tbr extracted from download URLs (closes ytdl-org#28927)
  [curiositystream:collection] Extend _VALID_URL (closes ytdl-org#26326, closes ytdl-org#29117)
  [youtube] Make get_video_info processing more robust (closes ytdl-org#29333)
  [youtube] Workaround for get_video_info request (refs ytdl-org#29333)
  [bilibili] Strip uploader name (ytdl-org#29202)
  [youtube] Update invidious instance list (ytdl-org#29281)
  [umg:de] Update GraphQL API URL (ytdl-org#29304)
  [nrk] Switch psapi URL to https (closes ytdl-org#29344)
  [postprocessor/ffmpeg] Show ffmpeg output on error (refs ytdl-org#22680) (ytdl-org#29336)
  [egghead] Add support for app.egghead.io (closes ytdl-org#28404) (ytdl-org#29303)
  [appleconnect] Fix extraction (ytdl-org#29208)
  [orf:tvthek] Add support for MPD formats (closes ytdl-org#28672) (ytdl-org#29236)
  [README.md] Update MSVC 2010 redist URL (closes ytdl-org#29222)
  release 2021.06.06
  ...

# Conflicts:
#	youtube_dl/extractor/generic.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants