Last active
August 29, 2015 14:07
-
-
Save tairov/874491d348dca03b0d6e to your computer and use it in GitHub Desktop.
subtitle links, coursera
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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