1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-11 01:27:18 +08:00

new comment to test the branch pull

This commit is contained in:
Avichai Cohen 2019-06-11 19:19:43 +03:00
parent 019d706dd9
commit 65c71ac598

View File

@ -429,6 +429,7 @@ class FacebookIE(InfoExtractor):
r'<abbr[^>]+data-utime=["\'](\d+)', webpage,
'timestamp', default=None))
# adding a new comment now to see what's up
# adding commit to see if it reaches the new branch
thumbnail = self._og_search_thumbnail(webpage)
view_count = parse_count(self._search_regex(