pnicto / impartus-video-downloader

Impartus video downloader written in go
GNU General Public License v3.0
23 stars 3 forks source link

New parser and chunk joining logic #14

Closed pnicto closed 1 year ago

pnicto commented 1 year ago

Instead of relying on simple changes in URL, this new parser gathers the video URLs from the metadata and structures them properly in a struct.

closes #13