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

Error 403:even if username and password are correct in the batch-file #25168

Closed
pratikp91 opened this issue May 7, 2020 · 0 comments
Closed

Error 403:even if username and password are correct in the batch-file #25168

pratikp91 opened this issue May 7, 2020 · 0 comments
Labels

Comments

@pratikp91
Copy link

@pratikp91 pratikp91 commented May 7, 2020

Please help me.
Command: youtube-dl --verbose --abort-on-error
-u //pluralsight username given
-p //pluralsight password given
-i
-c
--no-warnings
--rm-cache-dir
--console-title
--batch-file='batch-file.txt'
--max-sleep-interval 130
--sleep-interval 125
--min-sleep-interval 125
-o '%(playlist_title)s/%(chapter_number)s - %(chapter)s/%(playlist_index)s-%(title)s.%(ext)s'
-f 'best[height<=720]/worst[height>720]'

Output:
[debug] System config: []
[debug] User config: ['-u', 'PRIVATE', '-p', 'PRIVATE', '-i', '-c', '--no-warnings', '--rm-cache-dir', '--console-title', '--batch-file=batch-file.txt', '--max-sleep-interval', '130', '--sleep-interval', '125', '--min-sleep-interval', '125', '-o', '%(playlist_title)s/%(chapter_number)s - %(chapter)s/%(playlist_index)s-%(title)s.%(ext)s', '-f', 'best[height<=720]/worst[height>720]']
[debug] Custom config: []
[debug] Command-line args: ['--verbose', '--abort-on-error']
[debug] Batch file urls: ['https://app.pluralsight.com/library/courses/working-javascript-modules/']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2020.05.03
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[debug] exe versions: none
[debug] Proxy map: {}
Removing cache dir C:\Users\ppatta/.cache\youtube-dl ..
[pluralsight:course] working-javascript-modules: Downloading JSON metadata
[download] Downloading playlist: Working with JavaScript Modules
[pluralsight:course] playlist Working with JavaScript Modules: Collected 16 video ids (downloading 16 of them)
[download] Downloading video 1 of 16
[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.
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpybwhja3m\build\youtube_dl\extractor\common.py", line 627, in _request_webpage
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpybwhja3m\build\youtube_dl\YoutubeDL.py", line 2238, in urlopen
File "C:\Python\Python34\lib\urllib\request.py", line 470, in open
File "C:\Python\Python34\lib\urllib\request.py", line 580, in http_response
File "C:\Python\Python34\lib\urllib\request.py", line 508, in error
File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
File "C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_default

@dstftw dstftw closed this May 7, 2020
@dstftw dstftw added the duplicate label May 7, 2020
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
2 participants
You can’t perform that action at this time.