mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
research
This commit is contained in:
@@ -7,6 +7,8 @@ class PyWinAlfred():
|
||||
|
||||
def query(self,key):
|
||||
k = key.split(" ")[1]
|
||||
if not k:
|
||||
return ""
|
||||
r = requests.get('http://movie.douban.com/subject_search?search_text=' + k)
|
||||
bs = BeautifulSoup(r.text)
|
||||
results = []
|
||||
|
||||
Reference in New Issue
Block a user