Added credits for Openload

This commit is contained in:
Jaex 2016-03-21 19:56:36 +02:00
parent 3adcdbd2f2
commit 63cc1e9fac
4 changed files with 11 additions and 11 deletions

View file

@ -134,7 +134,7 @@ public enum FileDestination
Sul,
[Description("Streamable")]
Streamable,
[Description("openload.co")]
[Description("Openload")]
Openload,
SharedFolder, // Localized
Email, // Localized

View file

@ -23,6 +23,8 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// Credits: https://github.com/Bluecodelf
using Newtonsoft.Json;
using System.Collections.Generic;
using System.IO;
@ -31,7 +33,6 @@ namespace ShareX.UploadersLib.FileUploaders
{
public sealed class OpenloadUploader : FileUploader
{
public string APILogin { get; set; }
public string APIKey { get; set; }
public bool UploadToFolder { get; set; }
@ -119,7 +120,6 @@ public override UploadResult Upload(Stream stream, string fileName)
string uploadURL = GetUploadURL();
return (string.IsNullOrEmpty(uploadURL)) ? null : UploadToURL(stream, fileName, uploadURL);
}
}
public class OpenloadFolderNode
@ -166,5 +166,4 @@ public class OpenloadFolder
public string id { get; set; }
public string name { get; set; }
}
}
}

View file

@ -886,11 +886,11 @@
<None Include="Resources\question-button.png" />
</ItemGroup>
<ItemGroup>
<Content Include="Favicons\Openload.ico" />
<Content Include="Favicons\SomeImage.ico" />
<Content Include="Favicons\Streamable.ico" />
<Content Include="Favicons\Sul.png" />
<Content Include="Favicons\Vgyme.ico" />
<None Include="Favicons\Openload.ico" />
<None Include="Favicons\SomeImage.ico" />
<None Include="Favicons\Streamable.ico" />
<None Include="Favicons\Sul.png" />
<None Include="Favicons\Vgyme.ico" />
</ItemGroup>
<ItemGroup>
<Analyzer Include="..\packages\AWSSDK.S3.3.1.4.0\analyzers\dotnet\cs\AWSSDK.S3.CodeAnalysis.dll" />
@ -911,4 +911,4 @@ if not exist APIKeysLocal.cs (
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

View file

@ -88,6 +88,7 @@ public AboutForm()
Streamable support: https://github.com/streamablevideo
s-ul support: https://github.com/corin12355
Imgland support: https://github.com/jibcore
Openload support: https://github.com/Bluecodelf
{1}: