meaningless comment

This commit is contained in:
Avichai Cohen 2019-06-11 14:18:10 +03:00
parent 35c2dd48d9
commit 5611ac8b67

View File

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