pnicto / impartus-video-downloader

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

Look into the indexing of file names #18

Open pnicto opened 8 months ago

pnicto commented 8 months ago

In https://github.com/pnicto/impartus-video-downloader/releases/tag/v1.5.2, what I used as an index probably is a hacky way of doing it. As only the filename uses the local index, but the other parts of the code use the impartus seqNo.

pnicto commented 7 months ago

In https://github.com/pnicto/impartus-video-downloader/releases/tag/v1.9.0 the hack was removed. It causes problems with indexing when "Skip empty lectures" is selected.