This repository has been archived by the owner on Feb 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to v1.2.8
- Loading branch information
Showing
18 changed files
with
376 additions
and
373 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,25 +1,25 @@ | ||
<Window x:Class="Crunchyroll_Downloader.AboutWindow" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||
mc:Ignorable="d" | ||
Title="About" Height="250" Width="400"> | ||
<Grid> | ||
<Grid.RowDefinitions> | ||
<RowDefinition Height="40*" /> | ||
<RowDefinition Height="40*" /> | ||
<RowDefinition Height="40*" /> | ||
<RowDefinition Height="40*" /> | ||
<RowDefinition Height="63*" /> | ||
</Grid.RowDefinitions> | ||
<Grid.Background> | ||
<ImageBrush ImageSource="fond.jpg"/> | ||
</Grid.Background> | ||
<Label Grid.Row="0" x:Name="label_1" Content="This tool is under the AGPLv3 license." HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Foreground="White" Height="26" Width="207"/> | ||
<Label Grid.Row="1" x:Name="label_2" Content="All informations on github." HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Foreground="White" Height="26" Width="151"/> | ||
<Label Grid.Row="2" x:Name="label_3" Content="https://github.com/skid9000/Crunchyroll-Downloader" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Foreground="White" Height="26" Width="295"/> | ||
<Label Grid.Row="3" x:Name="label_4" Content="Version : v1.2.7c" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Foreground="White" Height="26" Width="295"/> | ||
<Button Grid.Row="4" x:Name="button" Content="Update Youtube-DL" HorizontalAlignment="Left" Margin="10,15,0,0" VerticalAlignment="Top" Height="34" Width="372" Click="button_Click"/> | ||
</Grid> | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||
mc:Ignorable="d" | ||
Title="About" Height="250" Width="400"> | ||
<Grid> | ||
<Grid.RowDefinitions> | ||
<RowDefinition Height="40*" /> | ||
<RowDefinition Height="40*" /> | ||
<RowDefinition Height="40*" /> | ||
<RowDefinition Height="40*" /> | ||
<RowDefinition Height="63*" /> | ||
</Grid.RowDefinitions> | ||
<Grid.Background> | ||
<ImageBrush ImageSource="fond.jpg"/> | ||
</Grid.Background> | ||
<Label Grid.Row="0" x:Name="label_1" Content="This tool is under the AGPLv3 license." HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Foreground="White" Height="26" Width="207"/> | ||
<Label Grid.Row="1" x:Name="label_2" Content="All informations on github." HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Foreground="White" Height="26" Width="151"/> | ||
<Label Grid.Row="2" x:Name="label_3" Content="https://github.com/skid9000/Crunchyroll-Downloader" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Foreground="White" Height="26" Width="295"/> | ||
<Label Grid.Row="3" x:Name="label_4" Content="Version : v1.2.7c" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Foreground="White" Height="26" Width="295"/> | ||
<Button Grid.Row="4" x:Name="button" Content="Update Youtube-DL" HorizontalAlignment="Left" Margin="10,15,0,0" VerticalAlignment="Top" Height="34" Width="372" Click="button_Click"/> | ||
</Grid> | ||
</Window> |
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,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.1"/> | ||
</startup> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/> | ||
</startup> | ||
</configuration> |
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,9 +1,8 @@ | ||
<Application x:Class="CrunchyrollDownloader.App" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:local="clr-namespace:CrunchyrollDownloader" | ||
StartupUri="MainWindow.xaml"> | ||
<Application.Resources> | ||
|
||
</Application.Resources> | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:local="clr-namespace:CrunchyrollDownloader" | ||
StartupUri="MainWindow.xaml"> | ||
<Application.Resources> | ||
</Application.Resources> | ||
</Application> |
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
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
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,22 +1,22 @@ | ||
<Window x:Class="CrunchyrollDownloader.DownloadWindow" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||
mc:Ignorable="d" | ||
Title="Downloading ..." Height="168.75" Width="366.477" Icon="logo.ico" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" IsTabStop="True" ShowInTaskbar="False"> | ||
<Grid> | ||
<Grid.RowDefinitions> | ||
<RowDefinition /> | ||
<RowDefinition Height="25" /> | ||
<RowDefinition Height="45" /> | ||
</Grid.RowDefinitions> | ||
<Grid.Background> | ||
<ImageBrush ImageSource="fond.jpg"/> | ||
</Grid.Background> | ||
<Image x:Name="crunchy_png" Margin="10,10,10,10" Source="crunchy.png" Grid.Row="0"/> | ||
<Label x:Name="dl_label" Content="Downloading ..." HorizontalAlignment="Center" VerticalAlignment="Top" Grid.Row="1" /> | ||
<ProgressBar x:Name="download_bar" Height="25" Margin="10,10,10,10" IsIndeterminate="True" Value="50" Cursor="None" Grid.Row="2" HorizontalContentAlignment="Stretch" /> | ||
</Grid> | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||
mc:Ignorable="d" | ||
Title="Downloading ..." Height="168.75" Width="366.477" Icon="logo.ico" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" IsTabStop="True" ShowInTaskbar="False"> | ||
<Grid> | ||
<Grid.RowDefinitions> | ||
<RowDefinition /> | ||
<RowDefinition Height="25" /> | ||
<RowDefinition Height="45" /> | ||
</Grid.RowDefinitions> | ||
<Grid.Background> | ||
<ImageBrush ImageSource="fond.jpg"/> | ||
</Grid.Background> | ||
<Image x:Name="crunchy_png" Margin="10,10,10,10" Source="crunchy.png" Grid.Row="0"/> | ||
<Label x:Name="dl_label" Content="Downloading ..." HorizontalAlignment="Center" VerticalAlignment="Top" Grid.Row="1" /> | ||
<ProgressBar x:Name="download_bar" Height="25" Margin="10,10,10,10" IsIndeterminate="True" Value="50" Cursor="None" Grid.Row="2" HorizontalContentAlignment="Stretch" /> | ||
</Grid> | ||
</Window> |
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
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
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,27 +1,27 @@ | ||
<Window x:Class="CrunchyrollDownloader.LoginWindow" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||
mc:Ignorable="d" | ||
Title="Log-in" Height="300" Width="300" ResizeMode="NoResize" Icon="logo.ico" ShowInTaskbar="False"> | ||
<Grid> | ||
<Grid.RowDefinitions> | ||
<RowDefinition /> | ||
<RowDefinition Height="30" /> | ||
<RowDefinition Height="30" /> | ||
<RowDefinition Height="30" /> | ||
<RowDefinition Height="30" /> | ||
<RowDefinition Height="50" /> | ||
</Grid.RowDefinitions> | ||
<Grid.Background> | ||
<ImageBrush ImageSource="fond.jpg"/> | ||
</Grid.Background> | ||
<Image x:Name="crunchy_png" Grid.Row="0" Margin="10,10,10,10" Source="crunchy.png"/> | ||
<Label x:Name="label" Grid.Row="1" Foreground="White" Content="Username" Margin="10,0,10,0" VerticalAlignment="Center" Width="87" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"/> | ||
<TextBox x:Name="textBox_username" Grid.Row="2" Height="25" Margin="10,0,10,0" VerticalAlignment="Center" VerticalContentAlignment="Center"/> | ||
<Label x:Name="label1" Content="Password" Foreground="White" Grid.Row="3" Margin="10,0,10,0" VerticalAlignment="Center" Width="101" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"/> | ||
<PasswordBox x:Name="textBox_password" Grid.Row="4" Height="25" Margin="10,0,10,0" VerticalAlignment="Center" VerticalContentAlignment="Center"/> | ||
<Button x:Name="button_login" Grid.Row="5" Content="Login" Margin="10,10,10,10" Click="button_login_Click"/> | ||
</Grid> | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||
mc:Ignorable="d" | ||
Title="Log-in" Height="300" Width="300" ResizeMode="NoResize" Icon="logo.ico" ShowInTaskbar="False"> | ||
<Grid> | ||
<Grid.RowDefinitions> | ||
<RowDefinition /> | ||
<RowDefinition Height="30" /> | ||
<RowDefinition Height="30" /> | ||
<RowDefinition Height="30" /> | ||
<RowDefinition Height="30" /> | ||
<RowDefinition Height="50" /> | ||
</Grid.RowDefinitions> | ||
<Grid.Background> | ||
<ImageBrush ImageSource="fond.jpg"/> | ||
</Grid.Background> | ||
<Image x:Name="crunchy_png" Grid.Row="0" Margin="10,10,10,10" Source="crunchy.png"/> | ||
<Label x:Name="label" Grid.Row="1" Foreground="White" Content="Username" Margin="10,0,10,0" VerticalAlignment="Center" Width="87" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"/> | ||
<TextBox x:Name="textBox_username" Grid.Row="2" Height="25" Margin="10,0,10,0" VerticalAlignment="Center" VerticalContentAlignment="Center"/> | ||
<Label x:Name="label1" Content="Password" Foreground="White" Grid.Row="3" Margin="10,0,10,0" VerticalAlignment="Center" Width="101" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"/> | ||
<PasswordBox x:Name="textBox_password" Grid.Row="4" Height="25" Margin="10,0,10,0" VerticalAlignment="Center" VerticalContentAlignment="Center"/> | ||
<Button x:Name="button_login" Grid.Row="5" Content="Login" Margin="10,10,10,10" Click="button_login_Click"/> | ||
</Grid> | ||
</Window> |
Oops, something went wrong.