[facebook] Remove empty line

This commit is contained in:
yurganov 2018-07-10 01:02:22 +03:00
parent ba07e77d53
commit 0c3614bc76

View File

@ -307,7 +307,7 @@ class FacebookIE(InfoExtractor):
req = sanitized_Request(url)
req.add_header('User-Agent', self._CHROME_USER_AGENT)
webpage = self._download_webpage(req, video_id)
video_data = None
def extract_video_data(instances):