mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-11 04:37:20 +08:00
removing comments
This commit is contained in:
parent
8e0a8ad583
commit
f21e20734e
@ -428,9 +428,6 @@ class FacebookIE(InfoExtractor):
|
||||
timestamp = int_or_none(self._search_regex(
|
||||
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
|
||||
# another comment to check base
|
||||
thumbnail = self._og_search_thumbnail(webpage)
|
||||
|
||||
view_count = parse_count(self._search_regex(
|
||||
|
Loading…
x
Reference in New Issue
Block a user