From a875d4d0db798cc015cd6d1812bd34530b50c1e0 Mon Sep 17 00:00:00 2001 From: Avichai Cohen Date: Tue, 11 Jun 2019 11:43:46 +0300 Subject: [PATCH] just adding a comment to test pull bot --- 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 8e6815189..71b987ad3 100644 --- a/youtube_dl/extractor/facebook.py +++ b/youtube_dl/extractor/facebook.py @@ -458,6 +458,7 @@ class FacebookIE(InfoExtractor): r'[\'\"]ownerid[\'\"]\s*:\s*[\'\"](\d+)[\'\"]', tahoe_data.secondary, 'uploader_id', fatal=False) + # just adding a comment thumbnail = self._og_search_thumbnail(webpage) view_count = parse_count(self._search_regex(