A couple of featured images to spice things up
This commit is contained in:
parent
f382f942ab
commit
4a0156cd77
2 changed files with 6 additions and 1 deletions
|
@ -10,8 +10,12 @@ tags:
|
|||
- hacks
|
||||
title: 'Hack of the day: extracting comments from Nicovideo'
|
||||
disable_share: true
|
||||
featured_image: "images/python_code.jpg"
|
||||
omit_header_text: true
|
||||
---
|
||||
|
||||
*Header image credit: 1840151sudarshan (Wikimedia Commons, CC BY-SA)*
|
||||
|
||||
A [while ago](https://www.dennogumi.org/2018/01/hack-of-the-day-downloading-jikkyou-from-nicovideo/) I posted a way to download 実況動画 from Nicovideo. One of my acquaintances publishes videos there, and he wanted to collect the various comments to reply in a follow up video (what the Nico users call the コメント返し). When the comments are more than just a few, it's hard to find where they refer to without watching them on Nicovideo itself, and its UI is suboptimal. Ideally one would check comments ordered by their position in the video. There are [existing programs](http://xenog.web.fc2.com/) but their user interface is utterly confusing at best. This called for something simpler, and that's what I tried to do.
|
||||
|
||||
## Accessing the Nicovideo comments
|
||||
|
|
|
@ -8,7 +8,8 @@ tags:
|
|||
- hacks
|
||||
title: 'New server: away from Kolab'
|
||||
disable_share: true
|
||||
featured_image: ""
|
||||
featured_image: "/images/serverlike.jpg"
|
||||
omit_header_text: true
|
||||
---
|
||||
|
||||
Yesterday I finally flipped the switch on the [MX record](https://en.wikipedia.org/wiki/MX_record) and moved to a new server (still aptly named after another character from アキハバラ電脳組). The machine was found through Hetzner's server auctions and has quite a good configuration for the price paid:
|
||||
|
|
Loading…
Add table
Reference in a new issue