ikeboy / pluralsight-scraper

Pluralsight video downloader
https://www.knyz.org/blog/post/pluralsight-scraper-released/
GNU General Public License v2.0
139 stars 50 forks source link

Is there any way to download a specific range of videos ? #20

Closed Aryangh1379 closed 4 years ago

Aryangh1379 commented 4 years ago

Hi, imagine I downloaded half of videos today, and tomorrow i want to download the others, is there any way to do this ?

Thanks

theSuiGenerisAakash commented 4 years ago

Why not raise a PR for it?

vezaynk commented 4 years ago

The way the previous version of it handled it was by verifying for the presence of the file before attempting to download the file. This is no longer feasible as the name comes from the API, which is the main bottleneck.

Nonetheless, we can use the prefixes of the files instead and skip them that way.

This to say that I don't think there is much point in specifying a range of videos. We should however support the ability to "resume" downloads.

vezaynk commented 4 years ago

Going to close this in favor of #21

Aryangh1379 commented 4 years ago

Why not raise a PR for it?

what is a PR ?

vezaynk commented 4 years ago

Why not raise a PR for it?

what is a PR ?

Pull Request