-
Notifications
You must be signed in to change notification settings - Fork 0
Install youtube_dl Python 3 API (Any OS)
Daniel Reuter edited this page Feb 16, 2020
·
1 revision
The following output will show up if the youtube_dl API is not present
PS D:\Github\pluradl.py> python pluradl.py
Traceback (most recent call last):
File ".\pluradl.py", line 2, in <module>
import sys, os, shutil, re, getpass, io, youtube_dl
ModuleNotFoundError: No module named 'youtube_dl'Solve by simply invoking pip install
PS D:\Github\pluradl.py> pip install youtube_dl
Collecting youtube_dl
Downloading https://files.pythonhosted.org/packages/05/d4/64dfe51be0fae772e86be3c83d82ec22d59aa8521d8834e10355bf60f9f5/youtube_dl-2020.1.24-py2.py3-none-any.whl (1.8MB)
|████████████████████████████████| 1.8MB 3.3MB/s
Installing collected packages: youtube-dl
Successfully installed youtube-dl-2020.1.24Now
PS D:\Github\pluradl.py> python pluradl.py
Enter you Pluralsight credentials
Enter username: youremail@example.com
Enter password (will not be displayed)
: yourPassword