sahilsehwag / pluralsight-downloader-chrome-extension

[WIP] A chrome extension to download and track Pluralsight courses. 😈
The Unlicense
299 stars 67 forks source link

Feature Request: Start From video #63

Open pushp1997 opened 1 year ago

pushp1997 commented 1 year ago

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.

KingRikard commented 1 year ago

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 1 year ago

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

mjishnu commented 7 months ago

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