mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 22:16:07 +01:00
This standardises all my markdown files to have no leading newline after the `---` that ends the frontmatter. This makes display on Gemini (in which newlines matter) much more consistent! I can't spot any errors with the regex I used here, but there may be one or two articles that change shape — hopefully I can spot them and fix them!
798 B
798 B
title | date | draft | emoji | tags | ||||
---|---|---|---|---|---|---|---|---|
Porting to Ruby | 2009-05-05T04:08:00+01:00 | false | ⬇️ |
|
I had some time to kill today, so I rewrote the DLC api in Ruby.
If you use JDownloader you’ll 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 there’s a handy ruby API I’ve built thats so simple you can even use it from irb
! Enjoy.