Alex Aplin
Alex Aplin
Due to OTP becoming a requirement, offer a way to read a cookie from storage.
Add support for archiving Nico Nico Pedia articles including text, comments, and images, e.g. https://dic.nicovideo.jp/a/例の顔.
Easy enough to get the RTMP tokens with the player API, e.g. [http://watch.live.nicovideo.jp/api/getplayerstatus?v=lv305524399](http://watch.live.nicovideo.jp/api/getplayerstatus?v=lv305524399). Official and user broadcasts are different. For region locked streams, the region must match to request the...
We don't pass `ffmpeg -http-proxy` currently. Don't think this prevents or blocks anything currently, but we should honor it when specified. No support for SOCKS proxies: https://trac.ffmpeg.org/ticket/5776
As we move to DMS (#146), videos are now downloaded in segments with the grunt work being done by `ffmpeg`. That doesn't have multithreading support, so as DMC phases out,...
Nico uniquely has a rolling comment list with the most recent comments replacing past comments. However, users can filter the comment list by date to view comments from that point...
Resolves #164. Fixes some warnings, disables a few we don't really care about (line length, f-string, globals).