From 3809570fba5191a074b912022fe91ffddca8d2d8 Mon Sep 17 00:00:00 2001 From: snobu Date: Sat, 18 Apr 2020 16:17:54 +0300 Subject: [PATCH] Added contributing section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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