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

Pluralsight - No video formats found #26357

Closed
Hutchism opened this issue Aug 17, 2020 · 0 comments
Closed

Pluralsight - No video formats found #26357

Hutchism opened this issue Aug 17, 2020 · 0 comments
Labels

Comments

@Hutchism
Copy link

@Hutchism Hutchism commented Aug 17, 2020

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2020.07.28
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log

PASTE VERBOSE LOG HERE

[debug] System config: []
[debug] User config: []
[debug] Custom config: [u'--no-warnings', u'--console-title', u'--abort-on-error', u'--user-agent', u'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36', u'--cache', u'cookies.txt', u'--batch-file=/home/ian/Desktop/Pluralsight/batch-file.txt', u'--socket-timeout', u'10', u'--retries', u'10', u'--continue', u'--fragment-retries', u'10', u'--min-sleep-interval', u'60', u'--max-sleep-interval', u'80', u'-o', u'%(playlist_title)s/%(chapter_number)s - %(chapter)s/%(playlist_index)s-%(title)s.%(ext)s', u'-f', u'bestvideo[height<=720]+bestaudio/best[height<=720]/worst']
[debug] Command-line args: [u'--verbose', u'--config-location', u'/home/ian/Desktop/Pluralsight/youtube-dl.conf']
[debug] Batch file urls: [u'https://app.pluralsight.com/library/courses/azure-functions-fundamentals/']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.07.28
[debug] Python version 2.7.18rc1 (CPython) - Linux-5.4.0-42-generic-x86_64-with-Ubuntu-20.04-focal
[debug] exe versions: ffmpeg 4.2.4, ffprobe 4.2.4
[debug] Proxy map: {}
[pluralsight:course] azure-functions-fundamentals: Downloading JSON metadata
[download] Downloading playlist: Azure Functions Fundamentals
[pluralsight:course] playlist Azure Functions Fundamentals: Collected 56 video ids (downloading 56 of them)
[download] Downloading video 1 of 56
[pluralsight] azure-functions-fundamentals-m0-0: Downloading JSON metadata
[pluralsight] azure-functions-fundamentals-m0-0: Downloading mp4-high-widescreen viewclip graphql
[pluralsight] azure-functions-fundamentals-m0-0: Downloading mp4-high-widescreen viewclip JSON
[pluralsight] azure-functions-fundamentals-m0-0: Waiting for 2 seconds to avoid throttling
ERROR: No video formats found; 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.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/pluralsight.py", line 380, in _real_extract
headers=self._GRAPHQL_HEADERS)['data']['viewClip']
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 892, in _download_json
expected_status=expected_status)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 870, in _download_json_handle
expected_status=expected_status)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 660, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal, data=data, headers=headers, query=query, expected_status=expected_status)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 645, in _request_webpage
raise ExtractorError(errmsg, sys.exc_info()[2], cause=err)
ExtractorError: Unable to download JSON metadata: HTTP Error 400: Bad Request (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.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 797, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/pluralsight.py", line 421, in _real_extract
self._sort_formats(formats)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1350, in _sort_formats
raise ExtractorError('No video formats found')
ExtractorError: No video formats found; 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.

Description

As per log. Trying to download from Pluralsight gives Error: No video formats found
Ubuntu 20.04 LTS with ffmpeg 4.2.4 installed
Any ideas? TIA Ian

@dstftw dstftw closed this Aug 18, 2020
@dstftw dstftw added the duplicate label Aug 18, 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.