forked from Icycoide/searxng
Improves PEP8 compatibility.
This commit is contained in:
parent
b22dd51bd7
commit
22fd0746d9
12 changed files with 28 additions and 34 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue