Skip to content

Commit 87fd6db

Browse files
authored
Merge pull request #5 from l4km47/dev
Fix folders names. bug fix Today added features *Multiple downloads ✓ *Pause/Resume Downloads ✓
2 parents 1a5a9a5 + b8f240d commit 87fd6db

38 files changed

+174
-80
lines changed

TubeDl.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
44
VisualStudioVersion = 14.0.25123.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TubeDl", "Ytd Extractor\TubeDl.csproj", "{7740ADA6-86ED-4D22-BEC8-B5C7E3202AB1}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TubeDl", "TubeDl\TubeDl.csproj", "{7740ADA6-86ED-4D22-BEC8-B5C7E3202AB1}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

TubeDl/App.config

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
5+
</startup>
6+
<system.net>
7+
<defaultProxy >
8+
<proxy autoDetect="false"/>
9+
</defaultProxy>
10+
<connectionManagement>
11+
<add address="*" maxconnection="20"/>
12+
</connectionManagement>
13+
</system.net>
14+
</configuration>
File renamed without changes.

Ytd Extractor/Main.Designer.cs renamed to TubeDl/Main.Designer.cs

Lines changed: 20 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)