1
0
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:
Avichai 2020-05-24 21:38:45 +03:00
parent fcedf5eed1
commit 1f1919d472

View File

@ -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)