Browse Source

[kuwo:category] Fix the test

Sometimes there are 24 songs and sometimes 30 lol
totalwebcasting
Yen Chi Hsuan 8 years ago
parent
commit
03dd60ca41
No known key found for this signature in database GPG Key ID: 3FDDD575826C5C30
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/kuwo.py

+ 1
- 1
youtube_dl/extractor/kuwo.py View File

@ -268,7 +268,7 @@ class KuwoCategoryIE(InfoExtractor):
'title': '八十年代精选',
'description': '这些都是属于八十年代的回忆!',
},
'playlist_count': 24,
'playlist_mincount': 24,
}
def _real_extract(self, url):


Loading…
Cancel
Save