Skip to content

Instantly share code, notes, and snippets.

@tairov
Last active August 29, 2015 14:07
Show Gist options
  • Save tairov/874491d348dca03b0d6e to your computer and use it in GitHub Desktop.
Save tairov/874491d348dca03b0d6e to your computer and use it in GitHub Desktop.
subtitle links, coursera
1. chrome console > txt = ""; var fnc = function(i,e) {txt += "\n" + e.href}; $('a[title="Subtitles (text)"]').each(fnc); console.log(txt);
2. save links to file listsub.txt
3. wget -O- -i listsub.txt > text_sub.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment