Skip to content

Instantly share code, notes, and snippets.

@Mikulas
Created February 3, 2013 09:59
Show Gist options
  • Save Mikulas/4701125 to your computer and use it in GitHub Desktop.
Save Mikulas/4701125 to your computer and use it in GitHub Desktop.
Get all playlists from http://khan-report.appspot.com/translations/subtitlestatus?language=Czech&playlist=all&display=1
$("a[href^='/translations/subtitleactions?playlist=']").each(function(i,el) {console.log(decodeURIComponent(el.href.replace("http://khan-report.appspot.com/translations/subtitleactions?playlist=", "").replace("&language=Czech", "")));});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment