-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
# Change Log | ||
|
||
|
||
## :rocket: Feature: Downloading Video Streams From The Browser | ||
- **Preqrequisite:** Brisk Browser Extension v.1.2.0 | ||
## :hammer_and_wrench: Bug Fixes and Improvements | ||
**Preqrequisite:** Brisk Browser Extension v.1.2.1 | ||
|
||
Brisk now support downloading m3u8 video streams from the browser. After a website has finished loading the video stream, click on the browser extension's icon to view all available m3u8 streams. From there, you can click "Download" and Brisk will capture the selected video stream. | ||
|
||
**Note:** Since websites handle video streams differently from one another, if you encountered issues with downloading streams from a specific website, open an issue to let me know. It's important to note that downloading DRM encoded streams (SAMPLE-AES encryption) are not supported. | ||
|
||
## :rocket: Feature: Proxy Settings | ||
|
||
You can now set proxy settings in `Setting -> Connection -> Proxy`. | ||
- Fixed a bug resulting in automatic default Brisk download directory creation despite using a custom path [#80](https://github.com/AminBhst/brisk/issues/80) | ||
- Fixed custom path selection not working in the download dialog [#80](https://github.com/AminBhst/brisk/issues/80) | ||
- Added support for capturing mp4 and webm streams from the browser (Browser Extension v.1.2.1) |