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

Verbose string appears in dumped JSON. #20416

Closed
MishaIsay opened this issue Mar 19, 2019 · 0 comments
Closed

Verbose string appears in dumped JSON. #20416

MishaIsay opened this issue Mar 19, 2019 · 0 comments
Labels

Comments

@MishaIsay
Copy link

@MishaIsay MishaIsay commented Mar 19, 2019

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like this: [x])
  • Use the Preview tab to see what your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2019.03.18. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2019.03.18

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

Command (PowerShell): $JSON = .\youtube-dl.exe -v --dump-single-json https://www.youtube.com/watch?v=9oCnPGoX6dU
Same happens in CMD: youtube-dl -v --dump-single-json https://www.youtube.com/watch?v=9oCnPGoX6dU >JSON.txt 2>verbose.txt
Printed output:

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '--dump-single-json', 'https://www.youtube.com/watch?v=9oCnPGoX6dU']
[debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252
[debug] youtube-dl version 2019.03.18
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18855
[debug] exe versions: ffmpeg N-93395-g15d016be30, ffprobe N-93395-g15d016be30
[debug] Proxy map: {}

JSON content:

[debug] Default format spec: bestvideo+bestaudio/best
{"height": 1080, ... }
@dstftw dstftw closed this Mar 19, 2019
@dstftw dstftw added the duplicate label Mar 19, 2019
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.