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

Getting "using output template conflicts with using title, video ID or auto number" even when iam not using title, videoid or autonumber #24174

Closed
maluramichael opened this issue Feb 28, 2020 · 1 comment
Labels

Comments

@maluramichael
Copy link

@maluramichael maluramichael commented Feb 28, 2020

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2020.02.16
  • 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

[debug] System config: []
[debug] User config: []
[debug] Custom config: [u'-w', u'-i', u'-c', u'-f', u'(bestvideo[vcodec^=av01][height<=720][fps>=30]/bestvideo[vcodec=vp9.2][height<=720][fps>=30]/bestvideo[vcodec=vp9][height<=720][fps>=30]/bestvideo[vcodec^=av01][height<=720]/bestvideo[vcodec=vp9.2][height<=720]/bestvideo[vcodec=vp9][height<=720]/bestvideo[height<=720]/bestvideo[vcodec^=av01][height>=720][fps>=30]/bestvideo[vcodec=vp9.2][height>=720][fps>=30]/bestvideo[vcodec=vp9][height>=720][fps>=30]/bestvideo[vcodec^=av01][height>=720]/bestvideo[vcodec=vp9.2][height>=720]/bestvideo[vcodec=vp9][height>=720]/bestvideo[height>=720]/bestvideo)+(bestaudio[acodec=opus]/bestaudio)/best', u'--download-archive', u'/tank/media/youtube/already_downloaded.txt', u'--add-metadata', u'--no-warnings', u'--restrict-filenames', u'--merge-output-format', u'mkv', u'-netrc']
[debug] Command-line args: [u'--config-location', u'/tank/media/youtube/youtube-dl-basic.conf', u'--verbose', u'-o', u'/tank/media/youtube/channels/%(uploader)s/%(upload_date)s - %(title)s - (%(duration)ss) [%(resolution)s].%(ext)s', u'--batch-file=/tank/media/youtube/download_this_channels.txt']
[debug] Batch file urls: [u'https://www.youtube.com/channel/UCR35rzd4LLomtQout93gi0w']
Usage: youtube-dl [OPTIONS] URL [URL...]

youtube-dl: error: using output template conflicts with using title, video ID or auto number

Description

I updated to the latest version and wanted to test my auto download scripts. But the failed the the following message youtube-dl: error: using output template conflicts with using title, video ID or auto number. But my configuration does not use any of the parameters -t, --title, --id, -A or --auto-number. I even removed the -w -i -c flags but that didnt work either.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Feb 28, 2020

Not -netrc, but --netrc.

@dstftw dstftw closed this Feb 28, 2020
@dstftw dstftw added the invalid label Feb 28, 2020
@ytdl-org ytdl-org locked and limited conversation to collaborators Feb 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.