1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-11 05:37:17 +08:00

going for a conflict!!! ya!!

This commit is contained in:
Avichai Cohen 2019-06-11 15:44:38 +03:00
parent 61548eecd7
commit b100e95f19

View File

@ -428,7 +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. we will need to remove it eventually
# changed the comment from my fork
thumbnail = self._og_search_thumbnail(webpage)
view_count = parse_count(self._search_regex(