From 10128b63ac4e54b25761d8be919dbe37bf925094 Mon Sep 17 00:00:00 2001 From: aliparlakci Date: Tue, 10 Jul 2018 02:54:28 +0300 Subject: [PATCH 1/3] Added link to Changelog --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f2a2d9..98b1a5f 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,6 @@ py -3 script.py C:\\NEW_FOLDER\\ANOTHER_FOLDER --log UNNAMED_FOLDER\\FAILED.json - 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. ## 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 From 2103c622189c7a67c7f67bc5d25f65a98809e4d4 Mon Sep 17 00:00:00 2001 From: aliparlakci Date: Tue, 10 Jul 2018 02:55:45 +0300 Subject: [PATCH 2/3] Fixed the broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98b1a5f..f4a79b8 100644 --- a/README.md +++ b/README.md @@ -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 From 5cfa443f83b5cb7c26799949ac24c9cd5c37cd28 Mon Sep 17 00:00:00 2001 From: aliparlakci Date: Tue, 10 Jul 2018 02:57:44 +0300 Subject: [PATCH 3/3] Edited FAQ about markdowns --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4a79b8..0e2f366 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ 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](https://github.com/aliparlakci/bulk-downloader-for-reddit/tree/975246c7f0a407e2f9cdadc4047d203d045da00e)