From d6ad71cb7ae2fbd036246042f0c7696977d51fa3 Mon Sep 17 00:00:00 2001 From: Avichai Cohen Date: Thu, 13 Jun 2019 11:43:01 +0300 Subject: [PATCH] removing the comment I used to test pull --- youtube_dl/extractor/facebook.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/youtube_dl/extractor/facebook.py b/youtube_dl/extractor/facebook.py index 6188f317d..c4555142e 100644 --- a/youtube_dl/extractor/facebook.py +++ b/youtube_dl/extractor/facebook.py @@ -457,8 +457,6 @@ class FacebookIE(InfoExtractor): 'uploader_id', default=None) or self._search_regex( r'[\'\"]ownerid[\'\"]\s*:\s*[\'\"](\d+)[\'\"]', tahoe_data.secondary, 'uploader_id', fatal=False) - - # just changing a comment again thumbnail = self._og_search_thumbnail(webpage) view_count = parse_count(self._search_regex(