From 3e0254ed7fafa07ceed7b2694defb87356b61490 Mon Sep 17 00:00:00 2001 From: Avichai Cohen Date: Tue, 11 Jun 2019 15:39:25 +0300 Subject: [PATCH] a comment on the 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 0b4cafe95..8d278d485 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 + # adding a meaningless comment. we will need to remove it eventually thumbnail = self._og_search_thumbnail(webpage) view_count = parse_count(self._search_regex(