mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-12 10:11:02 +01:00
[youtube:search] Cancel out _TESTS
This commit is contained in:
parent
8be2bdfabd
commit
9dd8e46a2d
@ -1466,6 +1466,7 @@ class YoutubeSearchIE(SearchInfoExtractor, YoutubePlaylistIE):
|
||||
IE_NAME = 'youtube:search'
|
||||
_SEARCH_KEY = 'ytsearch'
|
||||
_EXTRA_QUERY_ARGS = {}
|
||||
_TESTS = []
|
||||
|
||||
def _get_n_results(self, query, n):
|
||||
"""Get a specified number of results for a query"""
|
||||
|
Loading…
Reference in New Issue
Block a user