Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
shaked6540 committed Mar 12, 2024
1 parent cfa4539 commit eaaa55e
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# YouTube Playlist Downloader

# The project is on hitaus until the war in Israel is over. Stand with Israel!
# Stand with Israel!

## If the files don't show up after you download a playlist, try running the program as administrator or change the save directory to a different drive! (C drive is usually protected by windows, save it under D or any other drive)

## What is it?
A simple program to download whole playlists\channels or even single videos from YouTube

[Click here to download the installer](https://github.com/shaked6540/YoutubePlaylistDownloader/releases/download/1.9.23/YoutubePlaylistDownloader.exe)
[Click here to download the installer](https://github.com/shaked6540/YoutubePlaylistDownloader/releases/download/1.9.24/YoutubePlaylistDownloader.exe)

## Features
- No ads, open source and free
Expand Down
6 changes: 3 additions & 3 deletions YPDSetup/YPDSetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{444538EE-4F35-4245-AEAE-6C149BB852B8}
AppName=YouTube Playlist Downloader
AppVersion=1.9.23
AppVerName=YouTube Playlist Downloader 1.9.23
AppVersion=1.9.24
AppVerName=YouTube Playlist Downloader 1.9.24
AppPublisher=shaked6540
AppPublisherURL=https://github.com/shaked6540/YoutubePlaylistDownloader
AppSupportURL=https://github.com/shaked6540/YoutubePlaylistDownloader
Expand All @@ -17,7 +17,7 @@ DefaultDirName={commonpf}\YouTube Playlist Downloader
DefaultGroupName=YouTube Playlist Downloader
AllowNoIcons=yes
LicenseFile=..\YoutubePlaylistDownloader\bin\Release\License.txt
OutputDir=D:\Inno output\1.9.23
OutputDir=D:\Inno output\1.9.24
OutputBaseFilename=YoutubePlaylistDownloader
SetupIconFile=..\YoutubePlaylistDownloader\finalIcon.ico
Compression=lzma
Expand Down
6 changes: 5 additions & 1 deletion YoutubePlaylistDownloader/ChangelogAllVersions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Version 1.9.23:
9.24:
- Fixed videos not downloading (Thanks cristianst85)


Version 1.9.23:
- Fixed Cookie error


Expand Down
2 changes: 1 addition & 1 deletion YoutubePlaylistDownloader/GlobalConsts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ static class GlobalConsts
public static readonly string FFmpegFilePath;
private static readonly string ConfigFilePath;
private static readonly string ErrorFilePath;
public static readonly Version VERSION = new(1, 9, 23);
public static readonly Version VERSION = new(1, 9, 24);
public static bool UpdateOnExit;
public static string UpdateSetupLocation;
public static bool UpdateFinishedDownloading;
Expand Down
2 changes: 1 addition & 1 deletion YoutubePlaylistDownloader/YoutubePlaylistDownloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
</PackageReference>
<PackageReference Include="MahApps.Metro" Version="2.4.9" />
<PackageReference Include="MahApps.Metro.IconPacks" Version="4.11.0" />
<PackageReference Include="YoutubeExplode" Version="6.3.13" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="YoutubeExplode" Version="6.1.14" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Settings.Designer.cs">
Expand Down
4 changes: 2 additions & 2 deletions YoutubePlaylistDownloader/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Version 1.9.23:
- Fixed Cookie error
Version 1.9.24:
- Fixed videos not downloading (Thanks cristianst85)
2 changes: 1 addition & 1 deletion YoutubePlaylistDownloader/latestVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.923
1.924
2 changes: 1 addition & 1 deletion YoutubePlaylistDownloader/latestVersionLink.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/shaked6540/YoutubePlaylistDownloader/releases/download/1.9.23/YoutubePlaylistDownloader.exe
https://github.com/shaked6540/YoutubePlaylistDownloader/releases/download/1.9.24/YoutubePlaylistDownloader.exe
2 changes: 1 addition & 1 deletion YoutubePlaylistDownloader/latestVersionWithRevision.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.23
1.9.24

0 comments on commit eaaa55e

Please sign in to comment.