projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4ece5d
)
[facebook] fallback to twitter:image meta for thumbnail extraction(closes #21224)
author
Remita Amine
<remitamine@gmail.com>
Fri, 12 Jul 2019 21:02:06 +0000
(22:02 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Fri, 12 Jul 2019 21:02:06 +0000
(22:02 +0100)
youtube_dl/extractor/facebook.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/facebook.py
b/youtube_dl/extractor/facebook.py
index 789dd79d5474ea8f7c9d18df244c686076e3e646..a3dcdca3e2bd424bd7a24a800bdf457ec37a033f 100644
(file)
--- a/
youtube_dl/extractor/facebook.py
+++ b/
youtube_dl/extractor/facebook.py
@@
-428,7
+428,7
@@
class FacebookIE(InfoExtractor):
timestamp = int_or_none(self._search_regex(
r'<abbr[^>]+data-utime=["\'](\d+)', webpage,
'timestamp', default=None))
- thumbnail = self._
og_search_thumbnail(
webpage)
+ thumbnail = self._
html_search_meta(['og:image', 'twitter:image'],
webpage)
view_count = parse_count(self._search_regex(
r'\bviewCount\s*:\s*["\']([\d,.]+)', webpage, 'view count',