generated from Nekojimi/JavaMavenTemplate
parent
4d7eccd1e0
commit
68869a149e
@ -1,23 +1,53 @@ |
|||||||
- name: Soundcloud |
#- name: Soundcloud |
||||||
type: WebScraperProvider |
#abbr: SC |
||||||
search_url: https://soundcloud.com/search/sounds?q=$QUERY |
#type: WebScraperSearcher |
||||||
result_item: li.searchList__item |
#search_url: https://soundcloud.com/search/sounds?q=$QUERY |
||||||
result_fields: |
#result_selector: li.searchList__item |
||||||
artist: .soundTitle__username |
#result_field_selectors: |
||||||
title: .soundTitle__title |
#artist: .soundTitle__username |
||||||
link_href: a.soundTitle__title |
#title: .soundTitle__title |
||||||
|
#link: a.soundTitle__title |
||||||
|
#- name: Soundcloud |
||||||
|
#abbr:SC |
||||||
|
#type: ApiSearcher |
||||||
|
#search_url: https://api.soundcloud.com/tracks?q=$QUERY&access=playable&limit=10&linked_partitioning=true |
||||||
|
#format: json |
||||||
|
#result_array: collection |
||||||
|
#result_field_names: |
||||||
|
#title: title |
||||||
|
#link: uri |
||||||
- name: Bandcamp |
- name: Bandcamp |
||||||
type: WebScraperProvider |
abbr: BC |
||||||
|
type: WebScraperSearcher |
||||||
search_url: https://bandcamp.com/search?q=$QUERY&item_type |
search_url: https://bandcamp.com/search?q=$QUERY&item_type |
||||||
result_item: li.searchresult |
result_selector: li.searchresult |
||||||
result_fields: |
result_field_selectors: |
||||||
title: .heading |
title: .heading |
||||||
link_href: .heading a |
link: .heading a |
||||||
album_artist: .subhead |
album_artist: .subhead |
||||||
# - name: Youtube |
#- name: Youtube |
||||||
# search_url: |
#abbr: YT |
||||||
# result_item: |
#search_url: https://www.youtube.com/results?search_query=$QUERY |
||||||
# result_fields: |
#result_item: ytd-video-renderer.ytd-item-section-renderer |
||||||
# title: |
#result_fields: |
||||||
# link_href: |
#title: |
||||||
# album_artist: |
#link_href: |
||||||
|
#album_artist: |
||||||
|
#- name: Jamendo |
||||||
|
#abbr: JM |
||||||
|
#type: WebScraperSearcher |
||||||
|
#search_url: https://www.jamendo.com/search/tracks?q=$QUERY |
||||||
|
#result_selector: li.active-result |
||||||
|
#result_field_selectors: |
||||||
|
#link: a.js-search-item-link |
||||||
|
#title_artist: a.js-search-item-link |
||||||
|
#- Name: Jamendo |
||||||
|
#abbr: JM |
||||||
|
#type: ApiSearcher |
||||||
|
#search_url: https://api.jamendo.com/v3.0/tracks/?client_id=$SECRET&format=jsonpretty&limit=10&include=musicinfo&groupby=artist_id&search=$QUERY |
||||||
|
#format: json |
||||||
|
#result_array: results |
||||||
|
#result_field_names: |
||||||
|
#title: name |
||||||
|
#artist: artist_name |
||||||
|
#album: album_name |
||||||
|
Loading…
Reference in new issue