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

Using ~/.netrc with curiositystream gives errors #26820

Open
selvin opened this issue Oct 6, 2020 · 0 comments
Open

Using ~/.netrc with curiositystream gives errors #26820

selvin opened this issue Oct 6, 2020 · 0 comments

Comments

@selvin
Copy link

selvin commented Oct 6, 2020

❯ youtube-dl --version
2020.09.20

❯ youtube-dl -n https://curiositystream.com/video/2131
[debug] System config: []
[debug] User config: [u'--ignore-errors', u'-o', u'~/Documents/youtube-dl/%(title)s/%(title)s.%(ext)s', u'--verbose', u'--write-sub', u'--all-subs']
[debug] Custom config: []
[debug] Command-line args: [u'-n', u'https://curiositystream.com/video/2131']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.09.20
[debug] Python version 2.7.16 (CPython) - Darwin-19.6.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 4.3.1, ffprobe 4.3.1, rtmpdump 2.4
[debug] Proxy map: {}
[curiositystream] Downloading JSON metadata
[curiositystream] 2131: Downloading JSON metadata
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/YoutubeDL.py", line 797, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 532, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/curiositystream.py", line 109, in _real_extract
self._sort_formats(formats)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1359, 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.

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

No branches or pull requests

1 participant