mirror of
https://github.com/KevinMidboe/bulk-downloader-for-reddit.git
synced 2025-10-29 17:40:15 +00:00
Added .md as a possible extension
This commit is contained in:
@@ -311,7 +311,7 @@ def postExists(POST):
|
|||||||
title = nameCorrector(POST['postTitle'])
|
title = nameCorrector(POST['postTitle'])
|
||||||
FILENAME = title + "_" + POST['postId']
|
FILENAME = title + "_" + POST['postId']
|
||||||
PATH = GLOBAL.directory / POST["postSubreddit"]
|
PATH = GLOBAL.directory / POST["postSubreddit"]
|
||||||
possibleExtensions = [".jpg",".png",".mp4",".gif",".webm"]
|
possibleExtensions = [".jpg",".png",".mp4",".gif",".webm",".md"]
|
||||||
|
|
||||||
for i in range(2):
|
for i in range(2):
|
||||||
for extension in possibleExtensions:
|
for extension in possibleExtensions:
|
||||||
|
|||||||
Reference in New Issue
Block a user