mirror of
				https://github.com/KevinMidboe/bulk-downloader-for-reddit.git
				synced 2025-10-29 17:40:15 +00:00 
			
		
		
		
	Updated README and docs/COMMAND_LINE_ARGUMENTS w/ downvoted parameter.
This commit is contained in:
		| @@ -6,7 +6,7 @@ Downloads media from reddit posts. Made by [u/aliparlakci](https://reddit.com/u/ | |||||||
|  |  | ||||||
| ## What it can do | ## What it can do | ||||||
|  |  | ||||||
| - Can get posts from: frontpage, subreddits, multireddits, redditor's submissions, upvoted and saved posts; search results or just plain reddit links | - Can get posts from: frontpage, subreddits, multireddits, redditor's submissions, upvoted, downvoted and saved posts; search results or just plain reddit links | ||||||
| - Sorts posts by hot, top, new and so on | - Sorts posts by hot, top, new and so on | ||||||
| - Downloads **REDDIT** images and videos, **IMGUR** images and albums, **GFYCAT** links, **EROME** images and albums, **SELF POSTS** and any link to a **DIRECT IMAGE** | - Downloads **REDDIT** images and videos, **IMGUR** images and albums, **GFYCAT** links, **EROME** images and albums, **SELF POSTS** and any link to a **DIRECT IMAGE** | ||||||
| - Skips the existing ones | - Skips the existing ones | ||||||
| @@ -67,7 +67,8 @@ select program mode: | |||||||
|     [3] multireddit |     [3] multireddit | ||||||
|     [4] submitted |     [4] submitted | ||||||
|     [5] upvoted |     [5] upvoted | ||||||
|     [6] saved |     [6] downvoted | ||||||
|  |     [7] saved | ||||||
|     [7] log |     [7] log | ||||||
|     [0] exit |     [0] exit | ||||||
|  |  | ||||||
|   | |||||||
| @@ -5,8 +5,8 @@ See **[compiling from source](INTERPRET_FROM_SOURCE.md)** page first unless you | |||||||
| ***Use*** `.\bulk-downloader-for-reddit.exe` ***or*** `./bulk-downloader-for-reddit` ***if you are using the executable***. | ***Use*** `.\bulk-downloader-for-reddit.exe` ***or*** `./bulk-downloader-for-reddit` ***if you are using the executable***. | ||||||
| ```console | ```console | ||||||
| $ python script.py --help | $ python script.py --help | ||||||
| usage: script.py [-h] [--directory DIRECTORY] [--NoDownload] [--verbose] | usage: script.py [-h] [--directory DIRECTORY] [--NoDownload] [--verbose] [--quit] | ||||||
|                  [--quit] [--link link] [--saved] [--submitted] [--upvoted] |                  [--link link] [--saved] [--submitted] [--upvoted] [--downvoted] | ||||||
|                  [--log LOG FILE] [--subreddit SUBREDDIT [SUBREDDIT ...]] |                  [--log LOG FILE] [--subreddit SUBREDDIT [SUBREDDIT ...]] | ||||||
|                  [--multireddit MULTIREDDIT] [--user redditor] |                  [--multireddit MULTIREDDIT] [--user redditor] | ||||||
|                  [--search query] [--sort SORT TYPE] [--limit Limit] |                  [--search query] [--sort SORT TYPE] [--limit Limit] | ||||||
| @@ -27,6 +27,7 @@ optional arguments: | |||||||
|   --saved               Triggers saved mode |   --saved               Triggers saved mode | ||||||
|   --submitted           Gets posts of --user |   --submitted           Gets posts of --user | ||||||
|   --upvoted             Gets upvoted posts of --user |   --upvoted             Gets upvoted posts of --user | ||||||
|  |   --downvoted           Gets downvoted posts of --user | ||||||
|   --log LOG FILE        Takes a log file which created by itself (json files), |   --log LOG FILE        Takes a log file which created by itself (json files), | ||||||
|                         reads posts and tries downloading them again. |                         reads posts and tries downloading them again. | ||||||
|   --subreddit SUBREDDIT [SUBREDDIT ...] |   --subreddit SUBREDDIT [SUBREDDIT ...] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user