From f21e20734eb9f85ab547838c03bfdc399d7c2661 Mon Sep 17 00:00:00 2001 From: Avichai Cohen Date: Tue, 11 Jun 2019 19:28:33 +0300 Subject: [PATCH] removing comments --- 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 1dab582f2..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 new comment now to see what's up - # adding commit to see if it reaches the new branch - # another comment to check base thumbnail = self._og_search_thumbnail(webpage) view_count = parse_count(self._search_regex(