Skip to content

Instantly share code, notes, and snippets.

@kimdwkimdw
Created November 5, 2017 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimdwkimdw/c90ee4928466b378678083ce75284863 to your computer and use it in GitHub Desktop.
Save kimdwkimdw/c90ee4928466b378678083ce75284863 to your computer and use it in GitHub Desktop.
// http://m.podty.me/pod/MU993
copy($("li[data-src]")
.map((idx,e)=>[[$(e).find("p").text(),$(e).attr("data-src")]])
.map((idx,e)=>`wget -O "${e[0]}.mp3" ${e[1]}`).toArray().join("\n"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment