mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 05:57:16 +08:00
reversing the change
This commit is contained in:
parent
fcedf5eed1
commit
1f1919d472
@ -460,7 +460,7 @@ class FacebookIE(InfoExtractor):
|
||||
r'datePublished":"(.+?)"', webpage,
|
||||
'timestamp', default=None)
|
||||
timestamp = parse_iso8601(timestamp)
|
||||
if timestamp is None:
|
||||
else:
|
||||
timestamp = int_or_none(
|
||||
self._search_regex(r'data-utime=\\\"(\d+)\\\"', tahoe_data.secondary,'timestamp', default=None)
|
||||
or self._search_regex(r'<abbr[^>]+data-utime=["\'](\d+)', webpage, 'timestamp', default=None)
|
||||
|
Loading…
x
Reference in New Issue
Block a user