mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-11 15:37:14 +08:00
Remove hard-coded value used in testing
This commit is contained in:
parent
5703dfcc71
commit
184c95ced8
@ -491,7 +491,7 @@ class NiconicoSeriesIE(InfoExtractor):
|
||||
} for entry in entries]
|
||||
return {
|
||||
'_type': 'playlist',
|
||||
'id': u'8253',
|
||||
'id': series_id,
|
||||
'entries': entries,
|
||||
'title': self._search_regex(r'bodyTitle">(.*?)</div>', webpage, 'title'),
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user