Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Verbose log
[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