From 4c10e352246650fa78fe3e6490006ba566bfbc3f Mon Sep 17 00:00:00 2001 From: Avi Peretz Date: Sun, 21 Jul 2019 13:47:44 +0300 Subject: [PATCH] discar change. --- youtube_dl/YoutubeDL.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 5d82508e7..c72acec0a 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -867,9 +867,6 @@ class YoutubeDL(object): ie_key=ie_result.get('ie_key'), extra_info=extra_info) elif result_type == 'url_transparent': - if not self.params.get('download_embedded_video', True): - ie_result['embedded_url'] = ie_result['url'] - return ie_result # Use the information from the embedding page info = self.extract_info(