mirror of
https://github.com/l1ving/youtube-dl
synced 2026-05-27 09:40:04 +08:00
adding a new comment now to see what's up with pull bot
This commit is contained in:
@@ -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 new comment now to see what's up
|
||||
thumbnail = self._og_search_thumbnail(webpage)
|
||||
|
||||
view_count = parse_count(self._search_regex(
|
||||
|
||||
Reference in New Issue
Block a user