diff --git a/youtube_dl/extractor/facebook.py b/youtube_dl/extractor/facebook.py index 8d278d485..418cccd73 100644 --- a/youtube_dl/extractor/facebook.py +++ b/youtube_dl/extractor/facebook.py @@ -428,7 +428,7 @@ class FacebookIE(InfoExtractor): timestamp = int_or_none(self._search_regex( r']+data-utime=["\'](\d+)', webpage, 'timestamp', default=None)) - # adding a meaningless comment. we will need to remove it eventually + # adding a meaningless comment. Don't we love mess in the code ? thumbnail = self._og_search_thumbnail(webpage) view_count = parse_count(self._search_regex(