mirror of
https://github.com/searxng/searxng.git
synced 2025-12-27 14:10:00 +00:00
Improves PEP8 compatibility.
This commit is contained in:
@@ -3,7 +3,8 @@ from urllib import urlencode
|
||||
|
||||
categories = ['videos']
|
||||
|
||||
search_url = 'https://gdata.youtube.com/feeds/api/videos?alt=json&{query}&start-index={index}&max-results=25' # noqa
|
||||
search_url = ('https://gdata.youtube.com/feeds/api/videos'
|
||||
'?alt=json&{query}&start-index={index}&max-results=25') # noqa
|
||||
|
||||
paging = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user