From 36effdc65370cbb5d94d4ddb1edf135dd3514244 Mon Sep 17 00:00:00 2001 From: Avichai Cohen Date: Tue, 11 Jun 2019 12:28:15 +0300 Subject: [PATCH] just changing a comment --- youtube_dl/extractor/facebook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/facebook.py b/youtube_dl/extractor/facebook.py index 71b987ad3..6d4dbce38 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 adding a comment + # just changing a comment thumbnail = self._og_search_thumbnail(webpage) view_count = parse_count(self._search_regex(