1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-28 15:19:56 +08:00

making conflict with the fork... let's see how pull will react...

This commit is contained in:
Avichai Cohen
2019-06-11 15:45:46 +03:00
Unverified
parent 3e0254ed7f
commit 45d7fde2e0
+1 -1
View File
@@ -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. we will need to remove it eventually
# adding a meaningless comment. Don't we love mess in the code ?
thumbnail = self._og_search_thumbnail(webpage)
view_count = parse_count(self._search_regex(