Skip to content

Commit

Permalink
Updated README with current release information along with Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilsehwag committed Apr 23, 2020
1 parent d54ef45 commit 678f3be
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Author: **Sahil Sehwag**

This chrome extension is a clone of project [**Pluralsight Course Downloader**](https://github.com/vatz88/Pluralsight-Course-Downloader) by [**vatz88**](https://github.com/vatz88).
<br><br>
The old extension stopped working because of the changes in entire Pluralsight strcuture. Along with this there were some issues in that project. So I rewrote the extension, but interface is exactly same (`s`, `a`). Another reason is that I will be maintaing this repository and will probably add more features.
The old extension stopped working because of the changes in entire Pluralsight strcuture. Along with this there were some issues in that project. So I rewrote the extension, but the interface was initially same (`s`, `a`). In future the interface might change drastically. Another reason is that I will be maintaing this repository and will probably add more features.

## Installation

Clone the repository to your system or download it as [.tar.gz](https://github.com/vatz88/Pluralsight-Course-Downloader/tarball/master).
You can clone this repository, or download zip/tar.gz/.crx(chrome extension) from [here](https://github.com/sahilsehwag/pluralsight-downloader-chrome-extension/releases/tag/v0.2-alpha)

Follow this [guide](https://developer.chrome.com/extensions/getstarted#unpacked) to load extension in developer mode in Chrome browser.

Expand All @@ -22,11 +22,18 @@ Hit the `s` key while watching the video on pluralsight and it'll be downloaded

Hit the `a` key while watching the video on pluralsight and it'll be downloaded and organized in folder with appropriate file name! Subsequent videos in queue will automatically download after some seconds. **Note:** After pressing `a` don't interupt the course player, the extension will automatically play the next video and start the download and so on.

## Known Issues

* **Not Fixed** When you open a course from the main page, the download will not work because of the URL. This will be fixed in next version(in few days). For now to fix it click the video again, and now `s` and `a` can be used.
* **Fixed** In some courses(due to lack of author name on top), the filenames of download were not correct. Its been fixed, so take the latest code.
## Changelog
* 0.1-alpha
* Initial release
* `s` to download the current video
* `a` to download all the videos in queue starting from current video
* 0.2-alpha
* Implemented the logic flow using json structure
* Disabled the `s`
* `a` will download the entire course, no matter the current video
* Fixed the errors due to parsing inconsisitencies.

## Known Issues

## Contributors

Expand Down

0 comments on commit 678f3be

Please sign in to comment.