mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 05:47:24 +08:00
more reverse
This commit is contained in:
parent
1f1919d472
commit
5fada70cbf
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user