Skip to content

Instantly share code, notes, and snippets.

@gmolveau
Last active April 19, 2020 20:40
Show Gist options
  • Save gmolveau/f81b5dcb40ced11d0fd1e3d104f56a06 to your computer and use it in GitHub Desktop.
Save gmolveau/f81b5dcb40ced11d0fd1e3d104f56a06 to your computer and use it in GitHub Desktop.
France Culture bookmarklet get podcast mp3

Show mp3 location of the podcast + some info :

console.log("archive-download "+ $("button.replay-button").attr("data-asset-source") + ' "' + $("button.replay-button").attr("data-asset-surtitle")+"-"+$("button.replay-button").attr("data-asset-title") + '"');

Bookmarklet :

javascript:alert(%22archive-download%20%22%2B%24(%22button.replay-button%22).attr(%22data-asset-source%22)%2B'%20%22'%2B%24(%22button.replay-button%22).attr(%22data-asset-surtitle%22)%2B%22-%22%2B%24(%22button.replay-button%22).attr(%22data-asset-title%22)%2B'%22')%3Bvoid+0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment