From cd805c064c4251856adc4e1c47379dcfee74dc88 Mon Sep 17 00:00:00 2001 From: Avi Peretz Date: Sun, 20 Jan 2019 10:33:40 +0200 Subject: [PATCH] remove whitespace. --- youtube_dl/extractor/facebook.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/youtube_dl/extractor/facebook.py b/youtube_dl/extractor/facebook.py index 2318cf4c7..ec2a6a1be 100644 --- a/youtube_dl/extractor/facebook.py +++ b/youtube_dl/extractor/facebook.py @@ -354,7 +354,6 @@ class FacebookIE(InfoExtractor): video_id, transform_source=js_to_json, fatal=False) video_data = extract_from_jsmods_instances(server_js_data) - if not video_data: if not fatal_if_no_video: return webpage, False @@ -398,7 +397,7 @@ class FacebookIE(InfoExtractor): ) if not tahoe_secondary_data: tahoe_secondary_data = '' - + tahoe_js_data = self._parse_json( self._search_regex( r'for\s+\(\s*;\s*;\s*\)\s*;(.+)', tahoe_primary_data,