fix timestamp.
This commit is contained in:
parent
5dadd9c357
commit
7c9a677d98
@ -468,6 +468,8 @@ class FacebookIE(InfoExtractor):
|
|||||||
'uploader_id', fatal=False)) or self._og_search_title(webpage, default=None)
|
'uploader_id', fatal=False)) or self._og_search_title(webpage, default=None)
|
||||||
|
|
||||||
timestamp = int_or_none(self._search_regex(
|
timestamp = int_or_none(self._search_regex(
|
||||||
|
r'\\\"timestamp\\\":([\d]+)', tahoe_data.secondary,
|
||||||
|
'timestamp', default=None)) or int_or_none(self._search_regex(
|
||||||
r'data-utime=\\\"(\d+)\\\"', tahoe_data.secondary,
|
r'data-utime=\\\"(\d+)\\\"', tahoe_data.secondary,
|
||||||
'timestamp', default=None) or self._search_regex(
|
'timestamp', default=None) or self._search_regex(
|
||||||
r'<abbr[^>]+data-utime=["\'](\d+)', webpage,
|
r'<abbr[^>]+data-utime=["\'](\d+)', webpage,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user