1
0
Fork 0

[cleanup] Add keyword automatically to SearchIE descriptions

and some minor cleanup of docs
This commit is contained in:
pukkandan 2021-10-23 19:59:52 +05:30
commit 96565c7e55
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
14 changed files with 80 additions and 73 deletions

View file

@ -704,7 +704,6 @@ class NicovideoSearchURLIE(InfoExtractor):
class NicovideoSearchIE(SearchInfoExtractor, NicovideoSearchURLIE):
IE_DESC = 'Nico video searches'
_MAX_RESULTS = float('inf')
IE_NAME = NicovideoSearchIE_NAME
_SEARCH_KEY = 'nicosearch'
_TESTS = []