mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-14 15:52:18 +00:00
Plugins.Attributes: add 'DependentFields' attribute Plugins.IPluginContentProvider: add 'Options' and 'IsSubscription' properties Plugins.ISiteSettings: add 'SubscriptionsAllowed' property Plugins.ExchangeOptions: add 'Options' field Plugins.Attributes.PropertyUpdater: replace 'Dependencies' with 'Arguments' YT: add 'OutputPathAskForName' and 'OutputPathAutoAddPaths' properties; add the ability to store download locations; add 'DownloadLocation' and 'DownloadLocationsCollection' objects YT.IDownloaderSettings: add 'OutputPathAskForName' and 'OutputPathAutoAddPaths' properties YT.Downloader: fixed bug with re-saving elements when loading a video list; fixed bug when files were not deleted when clicking on the delete button; fixed a bug that caused the video to redownload; download job removes elements at wrong indexes; added skipping of downloaded elements in the job; fixed a bug, pending option did not change after download complete YT.YouTubeMediaContainerBase: add '_MediaStateOnLoad' field and 'NeedToSave' function; update the 'Save' function to prevent saving a file when a download is complete and the file has already been saved; update code for new yt-dlp version Fixed cache deletion errors Add user queue Add global locations API.Base.SiteSettingsBase: implement 'SubscriptionsAllowed' property; remove request headers with null values on save; add '_AllowUserAgentUpdate' parameter API.Base.Structures: add 'SiteModes' enum API.Base.UserDataBase: add 'Erase' button; implement 'Options' and 'IsSubscription' properties; add 'SpecialLabels' property; update 'LVIKey'; update 'FitToAddParams' function; add 'EraseData' function; user colors; Not UserExists notification, UserQueue support API.Base: add 'DeclaredNames' API.Instagram: remove default values for headers; disable updating UserAgent from global; check for a new username for non-existent users API.Mastodon: bypass new inherited twitter options; update names and headers API.OnlyFans: make 'HH_BROWSER' property nullable; remove 'HH_BROWSER' from required; fix username bug (dots); handling of 504 and 429 errors; add 'DownloadHighlights' and 'DownloadChatMedia' options; add 'UserExchangeOptions'; fixed incorrect error handler API.PathPlugin: fixed incorrect detection of path existence API.Pinterest: add 'SpecialLabels' API.PornHub: add new video regex; remove old regex; added 'DownloadUploaded', 'DownloadTagged', 'DownloadPrivate' and 'DownloadFavorite' properties to 'SiteSettings', 'UserData' and 'UserExchangeOptions'; update regex to define user; added downloading search queries; update 'GetUserUrl' function; hide unnecessary 'RegexFieldsTextBecameNullException' errors; add subscriptions API.Reddit: add 'SpecialLabels'; add bearer token and its refresh interval; add OAuth; add additional options API.RedGifs: add 'DependentFields' for 'Token' API.ThisVid: add 'DownloadFavourite' option; add downloading search queries, tags, categories; add 'SpecialLabels'; add subscriptions; updating cookies issue API.TikTok: rewrite algorithms API.Twitter: add 'UseAppropriateModel', 'UseNewEndPointSearch', 'UseNewEndPointProfiles', 'AbortOnLimit', 'DownloadAlreadyParsed', 'MediaModelAllowNonUserTweets' properties; remove old commented code; remove 'TwitterPic_400' and replace with 'TwitterIcon_32.ToBitmap'; add 'DownloadModelForceApply' user option; update environment to GDL 1.25.8; fixed gifs downloading; fix typo in 'ReparseMissing'; update names API.UserDataBind: prevent adding site-specific labels when adding to a collection API.Xhamster: add downloading search queries, tags, categories; add 'SpecialLabels'; add additional nodes for channels; add subscriptions API.XVIDEOS: add downloading search queries, tags, categories; add 'SpecialLabels'; add subscriptions; changed users creation method; add subscriptions API.YouTube: add subscriptions AutoDownloader: add new group subscription options; update predicates; fixed excluded labels and sites in default mode; update notifications; add an additional skip options, add 'Force start' option DownloadedInfoForm: add subscriptions; fixed size/location bug; hide unnecessary error (refill) Feed: add subscriptions; update filters; add 'Ctrl+G' shortcut FeedMedia: add subscriptions; fixed 'webm' bug; add title for subscription media; add site icon to post; user colors; always using 'FriendlyName' instead of 'UserName' if it exists DownloadGroup, GroupDefaults, GroupParameters: add subscription and 'UsersCount' options MissingPostsForm: add 'BTT_DELETE_ALL' VideoDownloaderForm, DownloaderUrlForm, DownloaderUrlsArrForm: add download locations support VideoDownloaderForm: add subscriptions support GlobalSettingsForm: add new properties UserCreatorForm: add subscriptions; add 'Options' support (of 'ExchangeOptions'); user colors ListImagesLoader: add subscription colors; user colors MainFrame: add subscriptions; add filters by subscription and user; update predicates NuGet: update 'LibVLCSharp', 'LibVLCSharp.WinForms', 'VideoLAN.LibVLC.Windows' DownloadableMediaHost: update 'Save' function PropertyValueHost: fix 'CaptionWidth' bug; add 'Dependents' SettingsHost: add 'Dependents' UserDataHost: add 'Options' and 'IsSubscription' properties SettingsCLS: implement new 'IDownloaderSettings' properties; add 'CacheSnapshots'; add 'DownloadLocations'; add new properties UserInfo, UserFinder: add subscriptions UserSearchForm: fixed search by name bug
335 lines
13 KiB
XML
335 lines
13 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{7C764707-7FD1-469C-A365-94605C193607}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<StartupObject>
|
|
</StartupObject>
|
|
<RootNamespace>SCrawler</RootNamespace>
|
|
<AssemblyName>SCrawler.YouTube</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<MyType>Windows</MyType>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<DefineDebug>false</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionExplicit>On</OptionExplicit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionCompare>Binary</OptionCompare>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionStrict>Off</OptionStrict>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionInfer>On</OptionInfer>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<Optimize>true</Optimize>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
<Optimize>true</Optimize>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Net.Http" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Import Include="Microsoft.VisualBasic" />
|
|
<Import Include="PersonalUtilities.Functions" />
|
|
<Import Include="System" />
|
|
<Import Include="System.Collections" />
|
|
<Import Include="System.Collections.Generic" />
|
|
<Import Include="System.Data" />
|
|
<Import Include="System.Drawing" />
|
|
<Import Include="System.Diagnostics" />
|
|
<Import Include="System.Windows.Forms" />
|
|
<Import Include="System.Linq" />
|
|
<Import Include="System.Xml.Linq" />
|
|
<Import Include="System.Threading.Tasks" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Attributes\GridVisibleAttribute.vb" />
|
|
<Compile Include="Base\TableControlsProcessor.vb" />
|
|
<Compile Include="Controls\PlayListParserForm.Designer.vb">
|
|
<DependentUpon>PlayListParserForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\PlayListParserForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Downloader\DownloadLocationsCollection.vb" />
|
|
<Compile Include="Downloader\IDownloaderSettings.vb" />
|
|
<Compile Include="Downloader\Notificator.vb" />
|
|
<Compile Include="Downloader\MediaItem.Designer.vb">
|
|
<DependentUpon>MediaItem.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Downloader\MediaItem.vb">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\MusicPlaylistsForm.Designer.vb">
|
|
<DependentUpon>MusicPlaylistsForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\MusicPlaylistsForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\ParsingProgressForm.Designer.vb">
|
|
<DependentUpon>ParsingProgressForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\ParsingProgressForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\PlaylistArrayForm.Designer.vb">
|
|
<DependentUpon>PlaylistArrayForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\PlaylistArrayForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\VideoOption.Designer.vb">
|
|
<DependentUpon>VideoOption.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\VideoOption.vb">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Declarations.vb" />
|
|
<Compile Include="Downloader\STDownloaderDeclarations.vb" />
|
|
<Compile Include="Editors\BugReporterForm.Designer.vb">
|
|
<DependentUpon>BugReporterForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Editors\BugReporterForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Editors\BugReporterFormDiscordWebHook.vb" />
|
|
<Compile Include="MainModShared.vb" />
|
|
<Compile Include="Objects\Channel.vb" />
|
|
<Compile Include="Objects\IYouTubeMediaContainer.vb" />
|
|
<Compile Include="My Project\AssemblyInfo.vb" />
|
|
<Compile Include="My Project\Application.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Application.myapp</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<Compile Include="My Project\Resources.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="My Project\Settings.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
<Compile Include="Objects\PlayList.vb" />
|
|
<Compile Include="Objects\Track.vb" />
|
|
<Compile Include="Objects\YouTubeMediaContainerBase.vb" />
|
|
<Compile Include="SiteYouTube.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>SiteYouTube.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Base\Structures.vb" />
|
|
<Compile Include="Objects\Video.vb" />
|
|
<Compile Include="Downloader\VideoListForm.Designer.vb">
|
|
<DependentUpon>VideoListForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Downloader\VideoListForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\VideoOptionsForm.Designer.vb">
|
|
<DependentUpon>VideoOptionsForm.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\VideoOptionsForm.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Base\YouTubeFunctions.vb" />
|
|
<Compile Include="Base\YouTubeSettings.vb" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Controls\PlayListParserForm.resx">
|
|
<DependentUpon>PlayListParserForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Downloader\MediaItem.resx">
|
|
<DependentUpon>MediaItem.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\MusicPlaylistsForm.resx">
|
|
<DependentUpon>MusicPlaylistsForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\ParsingProgressForm.resx">
|
|
<DependentUpon>ParsingProgressForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\PlaylistArrayForm.resx">
|
|
<DependentUpon>PlaylistArrayForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\VideoOption.resx">
|
|
<DependentUpon>VideoOption.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Editors\BugReporterForm.resx">
|
|
<DependentUpon>BugReporterForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="My Project\Resources.resx">
|
|
<Generator>PublicVbMyResourcesResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SiteYouTube.resx">
|
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>SiteYouTube.Designer.vb</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Downloader\VideoListForm.resx">
|
|
<DependentUpon>VideoListForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\VideoOptionsForm.resx">
|
|
<DependentUpon>VideoOptionsForm.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include=".editorconfig" />
|
|
<None Include="My Project\Application.myapp">
|
|
<Generator>MyApplicationCodeGenerator</Generator>
|
|
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
|
</None>
|
|
<None Include="My Project\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<CustomToolNamespace>My</CustomToolNamespace>
|
|
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
|
</None>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\MyUtilities\PersonalUtilities.Notifications\PersonalUtilities.Notifications.vbproj">
|
|
<Project>{fc532253-1ab3-4def-a28a-dfdd9a481eb2}</Project>
|
|
<Name>PersonalUtilities.Notifications</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\MyUtilities\PersonalUtilities\PersonalUtilities.vbproj">
|
|
<Project>{8405896b-2685-4916-bc93-1fb514c323a9}</Project>
|
|
<Name>PersonalUtilities</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SCrawler.PluginProvider\SCrawler.PluginProvider.vbproj">
|
|
<Project>{d4650f6b-5a54-44b6-999b-6c675b7116b1}</Project>
|
|
<Name>SCrawler.PluginProvider</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\YouTubeMusicPic_96.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\YouTubePic_96.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Icons\YouTubeIcon_32.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Icons\YouTubeMusicIcon_32.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Service Include="{94E38DFF-614B-4CBD-B67C-F211BB35CE8B}" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\ClockPic_16.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\LinkPic_32.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\LinkPic_32_2.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\Hyperlink_32.bmp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\RulerPic_32.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\ArrowDownPic_Blue_24.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\AudioMusic_32.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\VideoCamera_32.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\HeartPic_32.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\InfoPic_32.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\SettingsPic_16.bmp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\ImagePic_32.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\StartPic_Green_16.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Content\Pictures\MailPic_16.png" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
|
</Project> |