1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00

add playlist_count for tests

This commit is contained in:
4ft35t 2025-02-22 20:49:47 +08:00
parent c83620b6b7
commit 7cfffbeecd

View file

@ -202,6 +202,7 @@ class WeiboIE(WeiboBaseIE):
'like_count': int,
'repost_count': int,
},
'playlist_count': 1,
}]
def _real_extract(self, url):