mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-14 15:52:18 +00:00
YT YouTubeSettings: add 'DefaultVideoAllowWebm' and 'DefaultAudioEmbedThumbnail_Cover' settings YouTubeMediaContainerBase: change cover selection for music download; fix adding incorrect playlist lines; allow 'webm' formats is there are no 'mp4' formats via http protocol SCrawler DeclaredNames: add new names UserDataBase: add '_ForceSaveUserInfoOnException' field and 'UpdateUserInformation_Ex' function to update user info on exception; clear '_MD5List' when clearing data and/or history API.Instagram: add manual 'UserName' changing; mark user as non-existent if user ID cannot be obtained API.Twitter: add manual 'UserName' changing API.Mastodon: bypass inherited property API.Reddit: fix incorrect UNIX date parsing DownloadFeedForm: add exception handling to the 'RefillAfterDelete' function MainFrame: add 'MENU_INFO_USER_SEARCH' to the 'Info' menu SettingsHostCollection: fix a bug when changing data paths
38 lines
1.3 KiB
VB.net
38 lines
1.3 KiB
VB.net
Imports System.Resources
|
|
Imports System
|
|
Imports System.Reflection
|
|
Imports System.Runtime.InteropServices
|
|
|
|
' General Information about an assembly is controlled through the following
|
|
' set of attributes. Change these attribute values to modify the information
|
|
' associated with an assembly.
|
|
|
|
' Review the values of the assembly attributes
|
|
|
|
<Assembly: AssemblyTitle("SCrawler YouTube downloader")>
|
|
<Assembly: AssemblyDescription("SCrawler YouTube downloader")>
|
|
<Assembly: AssemblyCompany("AndyProgram")>
|
|
<Assembly: AssemblyProduct("SCrawler.YouTubeDownloader")>
|
|
<Assembly: AssemblyCopyright("Copyright © 2024")>
|
|
<Assembly: AssemblyTrademark("AndyProgram")>
|
|
|
|
<Assembly: ComVisible(False)>
|
|
|
|
'The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
<Assembly: Guid("2296def9-33e2-4c32-bc6e-43c41dc72dfb")>
|
|
|
|
' Version information for an assembly consists of the following four values:
|
|
'
|
|
' Major Version
|
|
' Minor Version
|
|
' Build Number
|
|
' Revision
|
|
'
|
|
' You can specify all the values or you can default the Build and Revision Numbers
|
|
' by using the '*' as shown below:
|
|
' <Assembly: AssemblyVersion("1.0.*")>
|
|
|
|
<Assembly: AssemblyVersion("2024.10.24.0")>
|
|
<Assembly: AssemblyFileVersion("2024.10.24.0")>
|
|
<Assembly: NeutralResourcesLanguage("en")>
|