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:
parent
c83620b6b7
commit
7cfffbeecd
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ class WeiboIE(WeiboBaseIE):
|
|||
'like_count': int,
|
||||
'repost_count': int,
|
||||
},
|
||||
'playlist_count': 1,
|
||||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
|
Loading…
Reference in a new issue