adding a new comment now to see what's up with pull bot

This commit is contained in:
Avichai Cohen 2019-06-11 18:26:01 +03:00
parent 96ec9d9691
commit ee722ada9b

View File

@ -428,6 +428,7 @@ class FacebookIE(InfoExtractor):
timestamp = int_or_none(self._search_regex( timestamp = int_or_none(self._search_regex(
r'<abbr[^>]+data-utime=["\'](\d+)', webpage, r'<abbr[^>]+data-utime=["\'](\d+)', webpage,
'timestamp', default=None)) 'timestamp', default=None))
# adding a new comment now to see what's up
thumbnail = self._og_search_thumbnail(webpage) thumbnail = self._og_search_thumbnail(webpage)
view_count = parse_count(self._search_regex( view_count = parse_count(self._search_regex(