Skip to content

Instantly share code, notes, and snippets.

@mtford90
Last active August 29, 2015 14:13
Show Gist options
  • Save mtford90/27d88b90703cbe2505b0 to your computer and use it in GitHub Desktop.
Save mtford90/27d88b90703cbe2505b0 to your computer and use it in GitHub Desktop.
Pocket

Useful Links

Random stuff that would be useful in making a (much better) Pocket alternative

Libraries

Content Extraction

  • readability.js - a JS library that performs text extraction
  • goose - a mature content/article extractor in scala
  • boilerpipe - another one in Java

Editing/Highlighting

Downloading videos

Youtube

  • node-ytdl - note that this is the one that I successfully got working in the browser ;) so we wouldn't even need a server most of the time
  • node-youtube-dl

Misc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment