diff options
author | Benjamin Krausse <benjamin@ambcr.net> | 2023-12-11 17:52:59 -0600 |
---|---|---|
committer | bashonly <bashonly@protonmail.com> | 2023-12-11 17:57:41 -0600 |
commit | e370f9ec36972d06100a3db893b397bfc1b07b4d (patch) | |
tree | 590a0a42f122dde3a9ee9d3b1deff55a6b051d1c /yt_dlp/extractor/common.py | |
parent | b1a1ec1540605d2ea7abdb63336ffb1c56bf6316 (diff) |
[ie] Add `media_type` field
Authored by: trainman261
Diffstat (limited to 'yt_dlp/extractor/common.py')
-rw-r--r-- | yt_dlp/extractor/common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py index b179f4038..af534775f 100644 --- a/yt_dlp/extractor/common.py +++ b/yt_dlp/extractor/common.py @@ -382,6 +382,7 @@ class InfoExtractor: 'private', 'premium_only', 'subscriber_only', 'needs_auth', 'unlisted' or 'public'. Use 'InfoExtractor._availability' to set it + media_type: The type of media as classified by the site, e.g. "episode", "clip", "trailer" _old_archive_ids: A list of old archive ids needed for backward compatibility _format_sort_fields: A list of fields to use for sorting formats __post_extractor: A function to be called just before the metadata is |