fix_view_count_facebook
This commit is contained in:
parent
ec3547d989
commit
a3736e799b
@ -595,6 +595,10 @@ class FacebookIE(InfoExtractor):
|
||||
if value:
|
||||
return value
|
||||
|
||||
values = re.findall(r'(\d.\d+\w?) Views', tahoe_data.secondary)
|
||||
if values:
|
||||
return values[-1]
|
||||
|
||||
values = re.findall(r'(\d+\w?) Views', tahoe_data.secondary)
|
||||
if values:
|
||||
return values[-1]
|
||||
|
Loading…
x
Reference in New Issue
Block a user