Last-Order / Minyami

A lovely video downloader for HLS videos
GNU General Public License v3.0
555 stars 36 forks source link

added nicovideo support #104

Closed Stan1slav337 closed 2 years ago

Stan1slav337 commented 2 years ago

Fix for #103

It works the same as timeshifts. The only difference is that the nicovideo playlist file doesn't have the "STREAM-DURATION" line, which gives the null error. However, it has all the necessary .ts files, so the video length can be calculated using the number of lines from the file. Also, there is no offset, and the .ts files are continuous.

Last-Order commented 2 years ago

Thanks for your PR. Common parser should be enough for this situation. Added in 81d302d7a8845a158cad5b0794a98860958a6e86 and landed in 4.8.0.