mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-14 15:52:18 +00:00
Moved UserMedia xml initialization to the structure itself Added download with feed skip Added silent mode (temporary disabling notifications) Added additional Instagram protection Excluding users whose profiles do not exist from downloading with groups and AutoDownloader Feed: delete file bugs; reorder data after file deletion; video playback bugs SiteSettingsForm: enable 'OK' button when editing cookies Fixed collection users ban Settings: disabling ffmpeg missing notification; advanced notification management Added 'ToolStripKeyMenuItem' control Plugins: deprecated XVIDEOS and LPSG plugin libraries; moved them to SCrawler. Updated license PluginProvider: added 'BeginEdit' and 'EndEdit' function to ISiteSettings; changed GetSpecialData (ISiteSettings) return type to IEnumerable PluginsEnvironment: removed 'IsMyClass' attribute MainFrame: grouped all download buttons into one menu; reorganized code; removed 'F2' hotkey AutoDownloader: added advanced pause options; added buttons to tray icon and AutoDownloader form MissingPosts: finished; activated functions that were disabled; added download functions to UserData classes UserDataBase: ability to use responser; ability to download m3u8; extended 'DownloadingException' with optional argument 'EObj'; user index in collection (button tag) changed to user instance; extended information with user labels; updated 'ProcessException' function Replaced download buttons with 'KeyClick' control Replaced FDatePickerForm with my library's form Collections: Deleting multiple collections - disabled confirmation; ban each user in collection
2.2 KiB
2.2 KiB
Contributor's Guide
I welcome requests! Follow these steps to contribute:
- Find an issue that needs assistance.
- Let me know you are working on it by posting a comment on the issue.
- If you find an error in the code, please provide a link to the file and the line number.
- If you have a code change suggestion, you can post a replacement code block. I also accept pull requests.
How to build from source
- Delete the "PersonalUtilities" project from the solution.
- Delete the "PersonalUtilities.Notifications" project from the solution.
- The following libraries must be added to project references with the 'Copy to output folder' option:
PersonalUtilities.dllPersonalUtilities.Notifications.dllMicrosoft.Toolkit.Uwp.Notifications.dllSystem.ValueTuple.dll
- Import PersonalUtilities.Functions for the whole project.
Always use the correct libraries. You must download libraries from the same release date as the code commit date.
How to request a new site
- Check issues (open and closed) and discussions to find your issue. Perhaps I have already answered your request.
- If you don't find anything, create a new issue with your request. I usually reply as soon as possible (within the next few hours).
Requirements for new site requests
Attention! I'll add a new site only if I'm interested. I also have a life, and any development takes time.
- Post a link to the site's API
- Post request URLs without OAuth authentication
- Post a complete cURL request which provides the required information (JSON is better)
I don't use OAuth authentication in my application, so if it's not too hard to make a new parsing algorithm without OAuth authorization, I can start developing it in the coming days. Otherwise, I need time to figure out how to do it.
If I'm interested in a site you want to add, it may be added in future releases.
Sites I will never develop
- Tumblr