We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['-f', 'bestaudio[ext=m4a]', '-o', '%(abr)sk.%(ext)s', '-v', 'tYO8a0I6lX8'] [debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252 [debug] youtube-dl version 2021.02.04.1 [debug] Python version 3.9.1 (CPython) - Windows-10-10.0.19041-SP0 [debug] exe versions: ffmpeg 4.3.2-2021-02-02-full_build-www.gyan.dev, ffprobe 4.3.2-2021-02-02-full_build-www.gyan.dev [debug] Proxy map: {} [youtube] tYO8a0I6lX8: Downloading webpage [debug] Invoking downloader on '...' [download] Destination: NAk.m4a [download] 100% of 950.87KiB in 00:00
At some point %(abr)s for youtube became "NA". "-F" still shows audio bitrates, so "abr" should be available.
%(abr)s
140 m4a audio only tiny 129k , mp4a.40.2 (44100Hz), 950.87KiB
The text was updated successfully, but these errors were encountered:
d208c15
[youtube] Extract abr and vbr (closes #28100)
0156ce9
@dstftw The abr now has 3 decimal places (129.473). Should be truncated or rounded to a whole number.
Sorry, something went wrong.
No branches or pull requests
Checklist
Verbose log
Description
At some point
%(abr)s
for youtube became "NA". "-F" still shows audio bitrates, so "abr" should be available.The text was updated successfully, but these errors were encountered: