1
0
Fork 0
mirror of synced 2024-06-28 02:50:27 +12:00
This commit is contained in:
Ali Parlakci 2018-07-10 03:11:49 +03:00
commit a796038b71

View file

@ -20,7 +20,7 @@ This program downloads imgur, gfycat and direct image and video links of saved p
### It...
- 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
- 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
- puts post titles to file's name
- 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
### 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
### 10/07/2018
### [10/07/2018](https://github.com/aliparlakci/bulk-downloader-for-reddit/tree/975246c7f0a407e2f9cdadc4047d203d045da00e)
- Added support for *self* post
- Now getting posts is quicker