1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-10 05:47:24 +08:00

more reverse

This commit is contained in:
Avichai 2020-05-24 21:40:33 +03:00
parent 1f1919d472
commit 5fada70cbf

View File

@ -454,7 +454,6 @@ class FacebookIE(InfoExtractor):
self._search_regex(r'ownerName"\s*:\s*"([^"]+)"', webpage, 'uploader', default=None) or \
self._og_search_title(webpage, default=None)
timestamp = None
if webpage.find('Paid Partnership'):
timestamp = self._search_regex(
r'datePublished":"(.+?)"', webpage,