feat: add movie search service (#293)

* feat: add movie search service
close #183

* chore: update display name

* chore: code review fix

* feat: avoid panic when fields would be null or missed

* chore: make it more readable

* fix: correct format
This commit is contained in:
zhaoyang
2021-12-07 19:27:10 +08:00
committed by GitHub
parent ea15a0f0fe
commit e53c3bb52c
15 changed files with 911 additions and 1 deletions

6
movie/publicapi.json Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "movie",
"icon": "🎬",
"category": "search",
"display_name": "Movies"
}