diff --git a/README.md b/README.md index 96fe899..8a9b751 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ This release would not have been possible without the code and time contributed ## What's new +- Major code refactoring - We now have a token cache so we can reuse access tokens. This really means that within one hour you need to perform the interactive browser login only once. - We removed the dependency on `youtube-dl`. - Getting to the HLS URL is dramatically more reliable as we dropped parsing the DOM for the video element in favor of calling the Microsoft Stream API @@ -104,6 +105,10 @@ You can use an absolute path for `-o` (output directory), for example `/mnt/vide By default, downloads are saved under `videos/` unless specified by `-o` (output directory). +## Contributing + +Contributions are welcome. Open an issue first before sending in a pull request. All pull requests require at least one code review. + ## Found a bug? Please open an [issue](https://github.com/snobu/destreamer/issues) and we'll look into it. \ No newline at end of file