GitXplorerGitXplorer
k

pocket-video-downloader

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2ada17d2b41cbc6526ec7875c29a0e5894fe9096

Minor

kkirs committed 8 years ago
Unverified
dd594f4d9678d59453f745e80bbf519219d72ab8

Fix script

kkirs committed 8 years ago
Unverified
95bc99b80607366c0a6218c2f80df8013534632b

Fix gemfile

kkirs committed 8 years ago
Unverified
98700c92f48ac595492a8b4ea35dfbe4d8d8b408

Cleanup

kkirs committed 9 years ago
Unverified
51ae72e19fd9ecfe718bf1efabfdc36a77599922

Credits to @inem

kkirs committed 9 years ago
Unverified
f4cab8eb45bf05697b66793c520266ede741fbaa

Update readme

kkirs committed 9 years ago

README

The README file for this repository.

Downloads N latest videos from your Pocket library.

My usage scenario:

Download last 5 videos to put them on my iPad before a long flight.

Prerequisites:

  • You have to run ruby token-server.rb which will get Pocket token and write it to settings.yml
  • You need to hardcode the destination folder in downloader.rb
  • You need to install youtube-dl.

Usage: ruby downloader.rb

Limitations

  • only supports Youtube
  • regex for Youtube detection is very stupid
  • limit of 100 items is hardcoded, so it won't work if you have mostly articles in you library
  • No error handling

Your contributions are very welcome:

What can be improved

  • use separate yaml file to store access token
  • accept arguments, like number of videos to download and simulation mode, and destination folder
  • archive downloaded videos in Pocket
  • support Vimeo

More

Check out pocket-ruby docs