From 96ec9d969189fdf0d1777acf8dc05c462a94c6ad Mon Sep 17 00:00:00 2001 From: Avichai Cohen Date: Tue, 11 Jun 2019 18:20:35 +0300 Subject: [PATCH] removing the comment --- youtube_dl/extractor/facebook.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/youtube_dl/extractor/facebook.py b/youtube_dl/extractor/facebook.py index 4c9102268..789dd79d5 100644 --- a/youtube_dl/extractor/facebook.py +++ b/youtube_dl/extractor/facebook.py @@ -428,9 +428,6 @@ class FacebookIE(InfoExtractor): timestamp = int_or_none(self._search_regex( r']+data-utime=["\'](\d+)', webpage, 'timestamp', default=None)) - - # adding a meaningless comment. Don't we love mess in the code ? - # changed the comment from my fork thumbnail = self._og_search_thumbnail(webpage) view_count = parse_count(self._search_regex(