We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The code below is a starting point, but this needs to return results broken down by type:
{ search: [ { type:'audio', query:'http://8tracks.com/search/{{term}}/results?format=jsonh', translate:'parseJSON(response)', name:{ selector:'.results .mixes .documents .expedited_data .name', expression:'element' }, link:{ selector:'.results .mixes .documents .expedited_data > .web_path', expression:'"https://8tracks.com/" + element' }, description:{ selector:'.results .mixes .documents .expedited_data > .description', expression:'element' } } ] }
In other words rather than running a single search for everything, one should run multiple searches with different URLs such as:
etc.
The text was updated successfully, but these errors were encountered:
kblcuk
No branches or pull requests
The code below is a starting point, but this needs to return results broken down by type:
In other words rather than running a single search for everything, one should run multiple searches with different URLs such as:
etc.
The text was updated successfully, but these errors were encountered: