From 65c71ac598be7f6a4b0156ad2c1c529c949efd1b Mon Sep 17 00:00:00 2001 From: Avichai Cohen Date: Tue, 11 Jun 2019 19:19:43 +0300 Subject: [PATCH] new comment to test the branch pull --- youtube_dl/extractor/facebook.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dl/extractor/facebook.py b/youtube_dl/extractor/facebook.py index 806e8f94e..b39d5c5a7 100644 --- a/youtube_dl/extractor/facebook.py +++ b/youtube_dl/extractor/facebook.py @@ -429,6 +429,7 @@ class FacebookIE(InfoExtractor): 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 thumbnail = self._og_search_thumbnail(webpage) view_count = parse_count(self._search_regex(