Merge branch 'master' of https://github.com/aliparlakci/bulk-downloader-for-reddit
This commit is contained in:
@@ -20,7 +20,7 @@ This program downloads imgur, gfycat and direct image and video links of saved p
|
|||||||
### It...
|
### It...
|
||||||
- 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 and saved posts; search results or just plain reddit links
|
||||||
- sorts post by hot, top, new and so on
|
- sorts post by hot, top, new and so on
|
||||||
- downloads imgur albums, gfycat links, [self posts](#i-can-t-open-the-self-posts-) and any link to a direct image
|
- downloads imgur albums, gfycat links, [self posts](#i-cant-open-the-self-posts) and any link to a direct image
|
||||||
- skips the existing ones
|
- skips the existing ones
|
||||||
- puts post titles to file's name
|
- puts post titles to file's name
|
||||||
- puts every post to its subreddit's folder
|
- puts every post to its subreddit's folder
|
||||||
@@ -161,9 +161,9 @@ py -3 script.py C:\\NEW_FOLDER\\ANOTHER_FOLDER --log UNNAMED_FOLDER\\FAILED.json
|
|||||||
- Try `python3` or `python` or `py -3` as python have real issues about naming their program
|
- Try `python3` or `python` or `py -3` as python have real issues about naming their program
|
||||||
|
|
||||||
### I can't open the self posts.
|
### I can't open the self posts.
|
||||||
- Self posts are held at subreddit as Markdown. So, the script downloads them as Markdown in order not to lose their stylings. However, there is a great Chrome extension [here](https://chrome.google.com/webstore/detail/markdown-viewer/ckkdlimhmcjmikdlpkmbgfkaikojcbjk) for viewing Markdown files with its styling. Install it and open the files with Chrome.
|
- Self posts are held at reddit as styled with markdown. So, the script downloads them as they are in order not to lose their stylings. However, there is a great Chrome extension [here](https://chrome.google.com/webstore/detail/markdown-viewer/ckkdlimhmcjmikdlpkmbgfkaikojcbjk) for viewing Markdown files with its styling. Install it and open the files with Chrome.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
### 10/07/2018
|
### [10/07/2018](https://github.com/aliparlakci/bulk-downloader-for-reddit/tree/975246c7f0a407e2f9cdadc4047d203d045da00e)
|
||||||
- Added support for *self* post
|
- Added support for *self* post
|
||||||
- Now getting posts is quicker
|
- Now getting posts is quicker
|
||||||
|
|||||||
Reference in New Issue
Block a user