projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afca767
)
[kuwo:song] Correct song ID extraction (fixes #9033)
author
Yen Chi Hsuan
<yan12125@gmail.com>
Wed, 30 Mar 2016 17:54:08 +0000
(
01:54
+0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Wed, 30 Mar 2016 18:00:50 +0000
(
02:00
+0800)
Bug introduced in
daef04a4e75ccd2ff5e2d2495baa0ac9bcf75724
.
youtube_dl/extractor/kuwo.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/kuwo.py
b/youtube_dl/extractor/kuwo.py
index a586308b2d31e8bbac83b8446c5e00dd9b2bdce9..84c0f363d762a465ece06c44d68faf340858b11d 100644
(file)
--- a/
youtube_dl/extractor/kuwo.py
+++ b/
youtube_dl/extractor/kuwo.py
@@
-55,7
+55,7
@@
class KuwoBaseIE(InfoExtractor):
class KuwoIE(KuwoBaseIE):
IE_NAME = 'kuwo:song'
IE_DESC = '酷我音乐'
- _VALID_URL = r'https?://www\.kuwo\.cn/yinyue/(?P<id>\d+
?
)'
+ _VALID_URL = r'https?://www\.kuwo\.cn/yinyue/(?P<id>\d+)'
_TESTS = [{
'url': 'http://www.kuwo.cn/yinyue/635632/',
'info_dict': {