diff options
author | Adam Tauber <asciimoo@gmail.com> | 2021-03-24 23:54:34 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2021-03-24 23:54:39 +0100 |
commit | fd737dc9d83752d3d544822e8e179b8bd5d5d8b2 (patch) | |
tree | ba6ed3fbb23d3cc9c7ce2e625f6b2ac952d9372f /searx/engines/youtube_noapi.py | |
parent | 5f7056cf37a776e7aae151a4d1f5560f1bd0472f (diff) | |
download | searxng-fd737dc9d83752d3d544822e8e179b8bd5d5d8b2.tar.gz searxng-fd737dc9d83752d3d544822e8e179b8bd5d5d8b2.zip |
[fix] remove debug code
Diffstat (limited to 'searx/engines/youtube_noapi.py')
-rw-r--r-- | searx/engines/youtube_noapi.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/youtube_noapi.py b/searx/engines/youtube_noapi.py index 53436b850..0933eec68 100644 --- a/searx/engines/youtube_noapi.py +++ b/searx/engines/youtube_noapi.py @@ -48,7 +48,6 @@ def request(query, params): if params['time_range'] in time_range_dict: params['url'] += time_range_url.format(time_range=time_range_dict[params['time_range']]) else: - print(params['engine_data']['next_page_token']) params['url'] = next_page_url params['method'] = 'POST' params['data'] = dumps({ |