Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
Update to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelongo96 committed May 27, 2020
1 parent a817333 commit 78c312b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [UnicalDown v1.6](https://github.com/peppelongo96/UnicalDown/archive/v1.6.zip) ![visitors](https://visitor-badge.glitch.me/badge?page_id=unicaldown)
# [UnicalDown v1.6.1](https://github.com/peppelongo96/UnicalDown/archive/v1.6.1.zip) ![visitors](https://visitor-badge.glitch.me/badge?page_id=unicaldown)
#### Save locally Microsoft Stream not-download-enabled videos uploaded by Università della Calabria

This project is a fork of https://github.com/sup3rgiu/PoliDown* that was originally based on https://github.com/snobu/destreamer project.
Expand Down Expand Up @@ -33,6 +33,9 @@ This project is a fork of https://github.com/sup3rgiu/PoliDown* that was origina
- Delete wrong condition in readFileToArray function
- "Syntactic sugar"
- README update
#### v.1.6.1
- Fix npm installing error (semver)

## PREREQS

* [**Node.js**](https://nodejs.org/it/download/): anything above v8.0 seems to work.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/peppelongo96/UnicalDown"
},
"version": "1.6.0",
"version": "1.6.1",
"description": "Locally save Microsoft Stream not-download-enabled videos uploaded by Università della Calabria",
"main": "unicaldown.js",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion unicaldown.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ async function extractCookies(page) {
return `Authorization=${authzCookie.value}; Signature=${sigCookie.value}`;
}

term.green('UnicalDown v1.6\nFork powered by @peppelongo96\n');
term.green('UnicalDown v1.6.1\nFork powered by @peppelongo96\n');
sanityChecks();
const videoUrls = parseVideoUrls(argv.videoUrls);
console.info('Video URLs: %s', videoUrls);
Expand Down

0 comments on commit 78c312b

Please sign in to comment.