mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 11:42:43 +01:00
[YoutubeDL] Do not apply playlist info to videos when extract_flat is set (#4003)
This commit is contained in:
parent
1ede5b2481
commit
e82c1e9a6e
@ -574,7 +574,6 @@ def process_ie_result(self, ie_result, download=True, extra_info={}):
|
||||
extract_flat = self.params.get('extract_flat', False)
|
||||
if ((extract_flat == 'in_playlist' and 'playlist' in extra_info) or
|
||||
extract_flat is True):
|
||||
self.add_extra_info(ie_result, extra_info)
|
||||
if self.params.get('forcejson', False):
|
||||
self.to_stdout(json.dumps(ie_result))
|
||||
return ie_result
|
||||
|
Loading…
Reference in New Issue
Block a user