www.byjp.me/content/posts/tumblr-musings/porting-to-ruby.md
JP Hastings-Spital dd38d6b9fa More tumblr posts
Also updated accurate timestamps of tumblr posts
2023-05-23 08:21:26 +01:00

799 B
Raw Blame History

title date draft emoji tags
Porting to Ruby 2009-05-05T04:08:00+01:00 false ⬇️
ruby
code
dlc
from-tumblr

I had some time to kill today, so I rewrote the DLC api in Ruby.

If you use JDownloader youll know how useful the DLCs are, essentially they allow you to contain all the links from a variety of online hosting sources in one place with any passwords that might be needed. All this data is also kept encrypted to prevent people from poking around inside and stealing the links!

Now, should you wish to create one of these DLCs theres a handy ruby API Ive built thats so simple you can even use it from irb! Enjoy.