You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Instagram downloading, filter by site, channels groups, change folder function, imgur compatibility, special folders, deleting with keeping data, Reddit saved posts downloading
Fixed limited twitter downloading, suspended profiles
Updated download algo
Concat sites editors into a single form
Updated Reddit downloading algo
Fixed saved function in video downloader
Some improvements
@@ -24,41 +25,49 @@ Enjoying the tool? Considering adding to my coffee fund :)
24
25
25
26
## Reddit
26
27
27
-
The program parsing all user's posts, gathering pictures' MD5 hash and compare with existing for remove duplicates. Then media will be downloaded.
28
+
The program parses all user posts, obtain MD5 images hash and compares them with existing ones to remove duplicates. Then the media will be downloaded.
28
29
29
-
## Twitter
30
+
## Twitter and Instagram
30
31
31
-
The program parsing all user's posts and compare file names with existing for remove duplicates. Then media will be downloaded.
32
+
The program parses all user posts and compares file names with existing ones to remove duplicates. Then the media will be downloaded.
33
+
34
+
You can read about Instagram restrictions [here](https://github.com/AAndyProgram/SCrawler/wiki/Settings#instagram-limits)
32
35
33
36
# Requirements:
34
37
35
38
- Windows 7, 8, 9, 10, 11 with NET Framework 4.6.1 or higher
36
39
- Authorization cookies and tokens for Twitter (if you want to download data from Twitter)
37
-
- ffmpeg library for download Reddit hosted videos (you can download it from the [official repo](https://github.com/GyanD/codexffmpeg/releases/tag/2021-01-12-git-ca21cb1e36) or [from my first release](https://github.com/AAndyProgram/SCrawler/releases/download/1.0.0.0/ffmpeg.zip))
40
+
- Authorization cookies Instagram (if you want to download data from Instagram)
41
+
- ffmpeg library for downloading videos hosted on Reddit (you can download it from the [official repo](https://github.com/GyanD/codexffmpeg/releases/tag/2021-01-12-git-ca21cb1e36) or [from my first release](https://github.com/AAndyProgram/SCrawler/releases/download/1.0.0.0/ffmpeg.zip))
38
42
- Don't put program in the ```Program Files``` system folder (this is portable program and program settings are stored in the program folder)
39
-
- Just unpack program archive in any folder you want, copy ```ffmpeg.exe``` into and enjoy. :-)
43
+
- Just unzip the program archive to any folder, copy the file ```ffmpeg.exe``` into it and enjoy. :)
44
+
45
+
# Updating
46
+
47
+
Just download [latest](https://github.com/AAndyProgram/SCrawler/releases/latest) version and unpack it into the program folder. Before starting a new version, I recommend making a backup copy of the program settings folder.
40
48
41
49
# Settings and usage
42
50
43
51
The program has an intuitive interface.
44
52
45
-
Just add user profile and press```Start downloading``` button.
53
+
Just add a user profile and click the```Start downloading``` button.
46
54
47
-
Users can be added by patterns:
55
+
You can add users by patterns:
56
+
-https://www.instagram.com/SomeUserName
48
57
-https://twitter.com/SomeUserName
49
58
-https://reddit.com/user/SomeUserName
50
59
-https://reddit.com/r/SomeSubredditName
51
60
- u/SomeUserName
52
61
- r/SomeSubredditName
53
-
- SomeUserName (in this case you must to choose user site)
62
+
- SomeUserName (in this case, you need to select the user's site)
54
63
- SomeSubredditName
55
64
56
-
More about users and subreddits adding[here](https://github.com/AAndyProgram/SCrawler/wiki/Users)
65
+
Read more about adding users and subreddits [here](https://github.com/AAndyProgram/SCrawler/wiki/Users)
57
66
58
67
**Full guide you can find [here](https://github.com/AAndyProgram/SCrawler/wiki)**
59
68
60
69
## Using program as just video downloader
61
70
62
-
Create a shortcut for the program. Open shortcut properties. On the ```Shortcut``` tab in ```Target``` field just add ```v``` at the end through the space.
71
+
Create a shortcut for the program. Open shortcut properties. In the ```Shortcut``` tab, in the ```Target``` field, just add the letter ```v``` at the end across the space.
0 commit comments