youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit e82c1e9a6e709502acc683fb90864f7611d96d07
parent 1ede5b2481a271fcfd0e179a494ef84cca2576b7
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri, 24 Oct 2014 16:13:45 +0200

[YoutubeDL] Do not apply playlist info to videos when extract_flat is set (#4003)

Diffstat:
Myoutube_dl/YoutubeDL.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py @@ -574,7 +574,6 @@ class YoutubeDL(object): 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