Skip to content

Commit 09760a6

Browse files
committed
2024.2.25.0
1 parent 75039ac commit 09760a6

23 files changed

Lines changed: 78 additions & 22 deletions

β€ŽCONTRIBUTING.mdβ€Ž

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ I welcome requests! Follow these steps to contribute:
55
1. Find an [issue](https://github.com/AAndyProgram/SCrawler/issues) that needs assistance.
66
1. Let me know you are working on it by posting a comment on the issue.
77
1. If you find an error in the code, please provide a link to the file and the line number.
8-
1. If you have a code change suggestion, you can post a replacement code block. I also accept pull requests.
8+
1. If you have a code change suggestion, you can post a replacement code block.<!-- I also accept pull requests.-->
9+
10+
# How to report a problem
11+
1. Attach a **profile URL** that you cannot download.
12+
1. Attach the **LOG** if it exists.
13+
1. **Attach information to the issue 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 into the issue).**
914

1015
# How to build from source
1116
1. Delete the `PersonalUtilities` project from the solution.

β€ŽChangelog.mdβ€Ž

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# 2024.2.25.0
2+
3+
*2024-02-25*
4+
5+
- Added
6+
- A `Feed` button has been added to notifications
7+
- Feed:
8+
- ability to merge multiple special feeds into one
9+
- ability to select all/none media
10+
- ability to add to a special feed(s) with removal from the current one
11+
- the name of the loaded feed is now displayed in the form title
12+
- `Refresh` button now refreshes the loaded feed
13+
- ability to move/copy media
14+
- Scheduler: the ability to move tasks (higher, lower) *(just a view attribute, doesn't affect the scheduler)*
15+
- YouTube (standalone app): add `Open file` to the context menu
16+
- YouTube (standalone app): **the ability to edit each playlist item**
17+
- YouTube (standalone app): **embed thumbnail in the audio/video as cover art** (Settings: `Defaults Audio` - `Embed thumbnail`; `Defaults Video` - `Embed thumbnail (video)`)
18+
- Instagram: the `csrftoken` can now be automatically extracted from cookies
19+
- Instagram: remove `x-ig-www-claim` from settings
20+
- Threads: the `csrftoken` can now be automatically extracted from cookies
21+
- Threads: simplify 500 error when updating tokens
22+
- Facebook: simplify token update errors
23+
- OnlyFans: handle 500 error
24+
- Plugins: added `ReplaceInternalPluginAttribute` attribute
25+
- Other improvements
26+
- Fixed
27+
- Main window: incorrect sorting of profiles and collections
28+
- Standalone downloader: url array form doesn't show scrollbars
29+
- Feed: image rendering bug
30+
- YouTube (standalone app): audio codec does not change when changing audio/video in the video options form
31+
- Instagram: error downloading single post
32+
- TikTok: files with long names aren't downloaded
33+
- Minor bugs
34+
135
# 2024.1.26.0
236

337
*2024-01-26*

β€ŽFAQ.mdβ€Ž

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ Any other questions I will keep in this file.
1414

1515
A: https://github.com/AAndyProgram/SCrawler/wiki/Settings#how-to-set-up-cookies
1616

17-
<!---**ATTENTION! If you need to use cookies but cannot import them, I highly recommend that you don't use SCrawler and use another program. Don't create issues, discussions, or write to me on Discord. Any issue or discussion about cookies will be deleted immediately without a response. Any user who asks me about cookies on Discord will be banned.**--->
18-
1917
----
2018

2119
#### Q: **Does this program have GUI or CLI.**
@@ -41,13 +39,16 @@ A: NO.
4139

4240
A: Check your credentials and **[SITES REQUIREMENTS](https://github.com/AAndyProgram/SCrawler/wiki/Settings#sites-requirements)**. If all settings are set, but nothing works, go to [create a new issue](https://github.com/AAndyProgram/SCrawler/issues). Don't forget to attach the LOG.
4341

42+
**You also can join our Discord server**: https://discord.gg/uFNUXvFFmg
43+
<br/>*You can get help faster there!*
44+
4445
**ATTENTION! Issues without URLs will be closed without a response!**
4546

4647
----
4748

4849
#### Q: **I have set credentials but still nothing is downloading**
4950

50-
A: Click the ```Start downloading``` button
51+
A: Click the `Start downloading` button or press `F5`
5152

5253
----
5354

@@ -59,7 +60,7 @@ A: https://github.com/AAndyProgram/SCrawler/releases/latest
5960

6061
#### Q: **How to run the program?**
6162

62-
A: Double-click ```SCrawler.exe```
63+
A: Double-click `SCrawler.exe`
6364

6465
----
6566

@@ -77,19 +78,19 @@ A: The program stored posts IDs in users' folders. For the first time, the progr
7778

7879
#### Q: **How to redownload all data**
7980

80-
A: Double-click on the user you want to redownload. In the opened window open folder setting. Delete the files ending with ```_Data.xml``` and ```_Posts.txt```. Restart SCrawler. Download this user again.
81+
A: https://github.com/AAndyProgram/SCrawler/wiki#redownload-user
8182

8283
----
8384

8485
#### Q: **How to remove the label**
8586

86-
A: There is no functionality to remove an individual label. You can open the ```Labels.txt``` file in the program settings folder and delete any label you want. You also can delete this file (```Labels.txt```). In this case, when the program starts, the list of labels list will be updated with only existing labels (from the user data files).
87+
A: There is no functionality to remove an individual label. You can open the `Labels.txt` file in the program settings folder and delete any label you want. You also can delete this file (`Labels.txt`). In this case, when the program starts, the list of labels list will be updated with only existing labels (from the user data files).
8788

8889
----
8990

9091
#### Q: **How to remove a user from the blacklist**
9192

92-
A: Just add that user back to the program. In the dialog box that opens, click on the ```Add and remove from blacklist``` button.
93+
A: Just add that user back to the program. In the dialog box that opens, click on the `Add and remove from blacklist` button.
9394

9495
----
9596

@@ -113,8 +114,8 @@ A: I can only [suggest](#q-you-lost-me-your-program-is-too-complicated) you find
113114

114115
#### Q: **Can you add a step-by-step guide or video on how to use the program?**
115116

116-
A: **NO! NEVER!** The guide fully covers all the functionality of SCrawler! If you don't respect my work, I don't waste my time. If you want, you can create a video tutorial and send it to me. Then I add it. All options and what each option does described on the wiki. The wiki also contains a description of all settings and how-to configure them. For complex settings, there is a steep-by-steep guide. Read the [main](README.md) information and [GUIDE](https://github.com/AAndyProgram/SCrawler/wiki/) and you won't have any problems. I have developed a program with an intuitive interface. There is a Settings button, download buttons, a context menu that drops down when a user is clicked, and other controls. Anyone can use it.
117+
A: **NO!** The guide fully covers all the functionality of SCrawler! If you don't respect my work, I don't waste my time. If you want, you can create a video tutorial and send it to me. Then I add it. All options and what each option does described on the wiki. The wiki also contains a description of all settings and how-to configure them. For complex settings, there is a steep-by-steep guide. Read the [main](README.md) information and [GUIDE](https://github.com/AAndyProgram/SCrawler/wiki/) and you won't have any problems. I have developed a program with an intuitive interface. There is a Settings button, download buttons, a context menu that drops down when a user is clicked, and other controls. Anyone can use it.
117118

118-
**The following video shows how to add credentials:**
119+
**The following video was recorded by a user who loves SCrawler and demonstrates how to add credentials using Instagram as an example:**
119120

120121
[![How to configure](https://img.youtube.com/vi/XDn7zG4I700/0.jpg)](https://www.youtube.com/watch?v=XDn7zG4I700)

β€ŽPlugins.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ You can create a plugin for any site you want. **To create a plugin, read [this
22

33
If you've created a plugin, you can create a [new issue](https://github.com/AAndyProgram/SCrawler/issues/new?assignees=&labels=New+Plugin&projects=&template=plugin_add.md&title=%5BNEW+PLUGIN%5D) and I'll add your plugin to the list below.
44

5+
----
6+
57
List of available plugins:
68

79
Tools:
13.9 KB
Loading
-19.7 KB
Loading
33 Bytes
Loading
-25.3 KB
Loading
821 Bytes
Loading
-849 Bytes
Loading

0 commit comments

Comments
Β (0)