mirror of
https://github.com/nikdoof/ohayodash.git
synced 2025-12-25 15:59:24 +00:00
Switch to search driven from providers.json
This commit is contained in:
45
ohayodash/data/providers.yaml
Normal file
45
ohayodash/data/providers.yaml
Normal file
@@ -0,0 +1,45 @@
|
||||
---
|
||||
- name: Allmusic
|
||||
url: https://www.allmusic.com/
|
||||
search: search/all/
|
||||
prefix: /a
|
||||
- name: Discogs
|
||||
url: https://www.discogs.com/
|
||||
search: search/?q=
|
||||
prefix: /di
|
||||
- name: DuckDuckGo
|
||||
url: https://duckduckgo.com/
|
||||
search: "?q="
|
||||
prefix: /d
|
||||
- name: iMDB
|
||||
url: https://imbdb.com/
|
||||
search: find?q=
|
||||
prefix: /i
|
||||
- name: TheMovieDB
|
||||
url: https://www.themoviedb.org/
|
||||
search: search/?query=
|
||||
prefix: /m
|
||||
- name: Reddit
|
||||
url: https://www.reddit.com/
|
||||
search: search?q=
|
||||
prefix: /r
|
||||
- name: Qwant
|
||||
url: https://www.qwant.com/
|
||||
search: "?q="
|
||||
prefix: /q
|
||||
- name: Soundcloud
|
||||
url: https://soundcloud.com/
|
||||
search: search?q=
|
||||
prefix: /so
|
||||
- name: Spotify
|
||||
url: https://open.spotify.com/
|
||||
search: search/results/
|
||||
prefix: /s
|
||||
- name: TheTVDB
|
||||
url: https://www.thetvdb.com/
|
||||
search: search?query=
|
||||
prefix: /tv
|
||||
- name: Trakt
|
||||
url: https://trakt.tv/
|
||||
search: search?query=
|
||||
prefix: /t
|
||||
Reference in New Issue
Block a user