diff --git a/youtube_dl/extractor/facebook.py b/youtube_dl/extractor/facebook.py index 6d4dbce38..6188f317d 100644 --- a/youtube_dl/extractor/facebook.py +++ b/youtube_dl/extractor/facebook.py @@ -458,7 +458,7 @@ class FacebookIE(InfoExtractor): r'[\'\"]ownerid[\'\"]\s*:\s*[\'\"](\d+)[\'\"]', tahoe_data.secondary, 'uploader_id', fatal=False) - # just changing a comment + # just changing a comment again thumbnail = self._og_search_thumbnail(webpage) view_count = parse_count(self._search_regex(