Skip to content

Commit

Permalink
Merge pull request #7 from Joey451-OG/v1.4.2
Browse files Browse the repository at this point in the history
Version 1.4.2 Ready
  • Loading branch information
Joey451-OG authored Aug 27, 2023
2 parents cb86fe6 + 15ef774 commit 56dfc9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ A GUI based YouTube downloader made with [yt-dlp](https://www.github.com/yt-dlp/

## Table of Contents
* [Change Log](#change-log)
* [Version 1.4.2](#version-142)
* [Version 1.4.1](#version-141)
* [Version 1.4.0](#version-140)
* [Version 1.3.0](#version-130)
Expand All @@ -34,6 +35,9 @@ A GUI based YouTube downloader made with [yt-dlp](https://www.github.com/yt-dlp/
* [Credits](#credits)

## Change Log
### **Version 1.4.2**
- 🐛 Updated `yt-dlp` library packaged with YT Download. This will fix the `[download] Got error: HTTP Error 403: Forbidden` that users where experiencing.

### **Version 1.4.1**
- 🐛 Fixed a bug where the custom default directory would always be overwritten every time the user clicks the `Apply` button in the settings menu.

Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}

default_config = {
'version': '1.4.1',
'version': '1.4.2',

'Directory_Settings': {
'use_default_directory': True,
Expand Down

0 comments on commit 56dfc9e

Please sign in to comment.