Преглед на файлове

[kuwo:category] Fix the test

Sometimes there are 24 songs and sometimes 30 lol
Yen Chi Hsuan преди 9 години
родител
ревизия
03dd60ca41
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      youtube_dl/extractor/kuwo.py

+ 1 - 1
youtube_dl/extractor/kuwo.py

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