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

not work wih pluralsight courses #24976

Closed
motacano opened this issue Apr 24, 2020 · 1 comment
Closed

not work wih pluralsight courses #24976

motacano opened this issue Apr 24, 2020 · 1 comment
Labels

Comments

@motacano
Copy link

@motacano motacano commented Apr 24, 2020

my youtube-dl.conf

-u ???
-p ??? info restricted
-i
-c
--no-warnings
--console-title
--batch-file='C:\Users\mamota\batch-file.txt'
--max-sleep-interval 80
--min-sleep-interval 60
-o '%(playlist_title)s/%(chapter_number)s - %(chapter)s/%(playlist_index)s-%(title)s.%(ext)s'
-f 'best[height<=720]/worst[height>720]'

error
[download] Downloading video 49 of 50
[pluralsight] Downloading login page
ERROR: Unable to download webpage: HTTP Error 403: Forbidden (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure
you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

@dstftw dstftw closed this Apr 24, 2020
@dstftw dstftw added the duplicate label Apr 24, 2020
@ugultopu
Copy link

@ugultopu ugultopu commented Apr 25, 2020

@dstftw I had the same problem and in my case, it turned out that youtube-dl was using Python 2, which is the default Python version on Mac. When I created and activated a virtualenv which had Python 3 (.7) as the default Python version, it worked. Wouldn't it make sense for the program to force the users to use Python 3, and exit with this error message when it detects Python 2?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

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