From 65f64270cdcb14c1699c4091a33ce1270579bf5c Mon Sep 17 00:00:00 2001 From: Avi Peretz Date: Mon, 28 Jan 2019 12:28:22 +0200 Subject: [PATCH] set default value for tahoe secondary data. --- youtube_dl/extractor/facebook.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dl/extractor/facebook.py b/youtube_dl/extractor/facebook.py index ec2a6a1be..e4d7ec235 100644 --- a/youtube_dl/extractor/facebook.py +++ b/youtube_dl/extractor/facebook.py @@ -354,6 +354,7 @@ class FacebookIE(InfoExtractor): video_id, transform_source=js_to_json, fatal=False) video_data = extract_from_jsmods_instances(server_js_data) + tahoe_secondary_data = '' if not video_data: if not fatal_if_no_video: return webpage, False