removing the comment

This commit is contained in:
Avichai Cohen 2019-06-11 18:20:35 +03:00
parent 5910bc5741
commit 96ec9d9691

View File

@ -428,9 +428,6 @@ class FacebookIE(InfoExtractor):
timestamp = int_or_none(self._search_regex(
r'<abbr[^>]+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(