Skip to content

Commit df06a86

Browse files
committed
2023.8.6.0
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
1 parent bade866 commit df06a86

179 files changed

Lines changed: 9115 additions & 2011 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.github/ISSUE_TEMPLATE/bug_report.mdβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,17 @@ A clear and concise description of what you expected to happen.
3030
**Screenshots**
3131
If applicable, add screenshots to help explain your problem.
3232

33-
**Release information (please complete the following information):**
33+
**Release information:**
34+
35+
**Please complete the following information or replace the following text with data copied from SCrawler (click the top right info button in the main window, then the `Environment` button, then the `Copy` button, and paste the copied text here).**
3436
- OS: [e.g. Windows 10, Windows 11]
3537
- Architecture: [e.g. x86, x64]
3638
- Version: [e.g. 2023.3.5.0]
3739
- NET.Framework version:
3840
- ffmpeg version (command `ffmpeg -version`):
3941
- yt-dlp version (command `yt-dlp --version`):
4042
- gallery-dl version (command `gallery-dl --version`):
43+
- cURL version (command `curl --version`):
4144

4245
**Additional context**
4346
Add any other context about the problem here.

β€Ž.gitignoreβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
*.userosscache
1111
*.sln.docstates
1212
.obsidian/
13-
ToDo.txt
14-
ToDo.md
13+
BugReporterFormDiscordWebHook.vb
1514

1615
# User-specific files (MonoDevelop/Xamarin Studio)
1716
*.userprefs

β€ŽChangelog.mdβ€Ž

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,91 @@
1+
# 2023.8.6.0
2+
3+
*2023-08-06*
4+
5+
- Added
6+
- The ability to remove user data and/or download history for redownload
7+
- **Subscription** mode
8+
- Settings to change the program title and information in the program information
9+
- Settings for saving video thumbnail along with the file or in the cache (temporary cache or permanent cache)
10+
- A bug report form to create a bug report or say something nice to the developer :blush:
11+
- Prevent adding site-specific labels when adding to a collection
12+
- Ability to select custom user highlighting in the main window and feed.
13+
- Add a notification to the log if the user is not found on the site
14+
- Added visualization of users download queue
15+
- Ability to set more than one global paths
16+
- Improve user paths changing: now you can also simply move the user/collection to another global location
17+
- Ability to move multiple user/collection to another location
18+
- Download groups: added `Subscription` options
19+
- Download groups: the ability to set the number of users to download
20+
- Auto downloader: new group options
21+
- Auto downloader: additional skip options
22+
- Auto downloader: added force start
23+
- Feed: press `Ctrl+G` to go to a specific page
24+
- Feed: added site icon to post
25+
- Feed: always using `Friendly name` instead of `UserName` if it exists
26+
- Missing posts: the ability to delete all missing posts
27+
- Standalone downloader: add the ability to store download locations and quickly select after
28+
- Standalone downloader: add `Ctrl+O` hotkey to select destination path
29+
- Standalone downloader: add `Alt+O` hotkey to select destination path and save it to download locations
30+
- User editor: ability to hide/show site-specific labels in collection editing mode
31+
- Main window: filters by subscription and user
32+
- Instagram: if the user is not found on the site, SCrawler will check for a new user name
33+
- OnlyFans: handling of `504` and `429` errors
34+
- OnlyFans: the `sec-ch-ua` header is now optional
35+
- OnlyFans: ability to download 'Highlights" and media from chats
36+
- PathPlugin: incorrect detection of path existence
37+
- PornHub: completely rewritten videos parser
38+
- PornHub: now you choose which videos you want to download (uploaded, tagged, private, favorites)
39+
- PornHub: subscription mode
40+
- PornHub: ability to download search queries and search categories
41+
- Reddit: ability to set the number of concurrent downloads
42+
- Reddit: added bearer token (optional)
43+
- Reddit: added OAuth authorization (optional)
44+
- Reddit: options to use the bearer token for the timeline and/or saved posts
45+
- Reddit: option to disable the use of cookies for the timeline
46+
- ThisVid: now you can also download user's favorite videos
47+
- ThisVid: ability to download search queries, search categories and search tags
48+
- ThisVid: subscription mode
49+
- Twitter: new options: `Use the appropriate model`, `New endpoint: search`, `New endpoint: profiles`, `Abort on limit`, `Download already parsed` and `Media Model: allow non-user tweets`
50+
- Twitter: new user option `Force apply`
51+
- xHamster: ability to download search queries, search categories and search tags
52+
- xHamster: subscription mode
53+
- xHamster: pornstars download
54+
- XVideos: ability to download search queries, search categories and search tags
55+
- XVideos: subscription mode
56+
- YouTube: added `Output path: ask for a name` and `Output path: auto add` settings
57+
- YouTube: added the ability to store download locations and quickly select after
58+
- YouTube: subscription mode
59+
- Plugins.Attributes: added `DependentFields` attribute
60+
- Plugins.Attributes: replace `Dependencies` with `Arguments` (`PropertyUpdater` attribute)
61+
- Plugins.IPluginContentProvider: added `Options` and `IsSubscription` properties
62+
- Plugins.ISiteSettings: added `SubscriptionsAllowed` property
63+
- Plugins.ExchangeOptions: added `Options` field
64+
- Plugins: added `ExitException`
65+
- Other improvements
66+
- Updated
67+
- gallery-dl up to version 1.25.8
68+
- yt-dlp up to version 2023.07.06
69+
- LibVLCSharp up to 3.7.0
70+
- VideoLAN up to 3.0.18
71+
- Fixed
72+
- **TikTok** supported again!
73+
- Auto downloader: excluded labels and sites in default mode are not respected
74+
- Download info: does not remember the last size and location
75+
- Download info: hide unnecessary error
76+
- Feed: `webm` photos not showing
77+
- Search users: incorrect search by name
78+
- OnlyFans: incorrect parsing of username containing dots
79+
- OnlyFans: incorrect error handler
80+
- Reddit: Handling error 502 (Reddit data not downloading)
81+
- RedGifs: incorrect behavior when updating token
82+
- Twitter: gifs are not downloading
83+
- xHamster: some channels cannot be downloaded or are not fully downloaded
84+
- YouTube: re-saving elements when loading a video list
85+
- YouTube: files were not deleted when the delete button was clicked
86+
- YouTube: a bug that caused the video to redownload
87+
- Minor bugs
88+
189
# 2023.6.19.0
290

391
*2023-06-19*
771 Bytes
Loading
13 KB
Loading
1.57 KB
Loading
8.66 KB
Loading
1.54 KB
Loading
11.1 KB
Loading
1.38 KB
Loading

0 commit comments

Comments
Β (0)