Skip to content

Releases: rojter-tech/pluradl.py

pluradl.py v1.0.0-beta3

08 Mar 19:36
a2cd15d
Compare
Choose a tag to compare

What's new in v1.0.0-beta3

  • Fix flag parsing error (resolves #11).
  • Keeps login session between playlist downloads.
  • Subtite download is not set to on by default. Turn it off by using --subtitle flag.

pluradl.py v1.0.0-beta2

03 Mar 05:37
7f16518
Compare
Choose a tag to compare

What's new in v1.0.0-beta2

  • Scraping utilities for getting an updated courselist from Pluralsight.
  • Other useful utilities for handling output data from scraping.
  • Automatic downloading of exercise files with pluraexercise.py.

pluradl.py v1.0.0-beta1

25 Feb 01:31
1912115
Compare
Choose a tag to compare

What's new in v1.0.0-beta1

  • Optimized code, more efficient execution.
  • Improved meta information handling of pluralsight requests.
  • Better file structure organizing when downloading courses.
  • More scrape examples, including fully automated methods.
  • Fully independent of external libraries for the video dowloading requests.

pluradl.py v0.6.0-beta2

19 Feb 12:25
7fcf0ce
Compare
Choose a tag to compare

What's new in v0.6.0-beta2

  • Fixing certificate validation issue in URLlib, that sometimes is not properly configured (especially for macOS users), by including the certificate itself and set the environment path to it in the session.

pluradl.py v0.6.0-beta1 - Standalone version

18 Feb 15:54
7bb32d5
Compare
Choose a tag to compare

What's new in v0.6.0-beta1

  • Migration to plura_dl API, making this version independent of the external API youtube_dl.

pluradl.py v0.5.1-beta

16 Feb 14:27
Compare
Choose a tag to compare

What's new in v0.5.1-beta

  • Better error handling.
  • Sorting videos into three diffrent categories of completion: finished, failed and canceled downloads, putting respective video categories output into corresponding directories inside the download directory after download requests is completed for each course playlist.

pluradl.py v0.5-beta

15 Feb 12:51
Compare
Choose a tag to compare

Features

  • Automatic invocation of download requests
  • Handling playlists file input
  • Handing special flags and arguments
  • Safe credential input
  • Safe download parameters
  • Playlist handling
  • Subtitle handling
  • Argument scripting
  • Automatic file structure organizing
  • Logging
  • Licensing issue handling