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
on a playlist page the data is available with:
const {props} = JSON.parse(document.querySelector("#__NEXT_DATA__").innerHTML);
and then the subsequent bandcamp track IDs can be found with:
props.pageProps.list.ListItems.forEach(() => console.log(externalId));
might be good to add extra metadata to the exported playlist -- including:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
on a playlist page the data is available with:
and then the subsequent bandcamp track IDs can be found with:
might be good to add extra metadata to the exported playlist -- including:
The text was updated successfully, but these errors were encountered: