1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 11:39:28 +00:00

Newline at end

This commit is contained in:
dirkf 2022-10-30 21:10:32 +00:00 committed by GitHub
parent 54a1f498f1
commit 481ad85994
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,4 +111,4 @@ class ParlerIE(InfoExtractor):
'view_count': int_or_none(primary.get('view_count')),
'comment_count': int_or_none(data['engagement']['commentCount']),
'repost_count': int_or_none(data['engagement']['echoCount']),
}
}