Browse Source

[kuwo:category] Update the test

Now the webpage says there are 24 songs.
Yen Chi Hsuan 9 years ago
parent
commit
21525bb8ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/kuwo.py

+ 1 - 1
youtube_dl/extractor/kuwo.py

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