sahilsehwag/pluralsight-downloader-chrome-extension

Feature Request: Start From video

pushp1997 opened this issue · 3 comments

I can see that in pluralsight-downloader-chrome-extension/src/script.js at line 442:

// download all videos when no startid was given
let startToggle = startingVideoId == null || startingVideoId == ''

So I assume it is possible to download the course from a particular video index.

If this is so? can you please add this feature? Or I can help contribute to this feature if this is not planned for next release.

This would be nice.
I have several times had it download 2-dozen videos, and then... fail at the last 4-5 videos.
Now I have to download everything again, just to hope to get the last 4-5 videos again.
If there was a button for downloading only THIS (the one that is playing), that would be nice.

evilz commented

If I'm not wrong it's bind on 'v'
so you just push 'e' to enable keybind and then 'v'

its already present click on the extension --> download current, this will start the download from current index onward.