mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-11 05:17:28 +08:00
Merge branch 'master' of https://github.com/hashark/youtube-dl
This commit is contained in:
commit
61548eecd7
@ -428,7 +428,7 @@ class FacebookIE(InfoExtractor):
|
||||
timestamp = int_or_none(self._search_regex(
|
||||
r'<abbr[^>]+data-utime=["\'](\d+)', webpage,
|
||||
'timestamp', default=None))
|
||||
# adding a meaningless comment
|
||||
# adding a meaningless comment. we will need to remove it eventually
|
||||
thumbnail = self._og_search_thumbnail(webpage)
|
||||
|
||||
view_count = parse_count(self._search_regex(
|
||||
|
Loading…
x
Reference in New Issue
Block a user