mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-06 08:23:33 +08:00
removing the comment I used to test pull
This commit is contained in:
@@ -457,8 +457,6 @@ class FacebookIE(InfoExtractor):
|
||||
'uploader_id', default=None) or self._search_regex(
|
||||
r'[\'\"]ownerid[\'\"]\s*:\s*[\'\"](\d+)[\'\"]', tahoe_data.secondary,
|
||||
'uploader_id', fatal=False)
|
||||
|
||||
# just changing a comment again
|
||||
thumbnail = self._og_search_thumbnail(webpage)
|
||||
|
||||
view_count = parse_count(self._search_regex(
|
||||
|
||||
Reference in New Issue
Block a user