Enable user to query a video extractor what special sequence output template tags it supports. #12468

Closed
opened 2026-02-21 05:24:29 -05:00 by deekerman · 1 comment
Owner

Originally created by @Golutazem on GitHub (Dec 27, 2017).

This feature request is to enable user to query a video download handler what special sequence output template tags it supports.

For example,
youtube-dl --extractor BusinessVideoHost --list-supported-tags
would output a list of the tags it supports, such as this:
id
title
upload_date
url

Originally created by @Golutazem on GitHub (Dec 27, 2017). This feature request is to enable user to query a video download handler what [special sequence output template tags](https://github.com/rg3/youtube-dl#output-template) it supports. For example, youtube-dl --extractor BusinessVideoHost --list-supported-tags would output a list of the tags it supports, such as this: id title upload_date url
Author
Owner

@dstftw commented on GitHub (Dec 27, 2017):

List of supported output template sequences depends on concrete run of extractor against concrete URL.

@dstftw commented on GitHub (Dec 27, 2017): List of supported output template sequences depends on concrete run of extractor against concrete URL.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl#12468
No description provided.