* IMGUR API is no longer used

* --skip now accepts file types instead of domain

* --skip-domain added

* --no-download added

* --no-dupe now supports YouTube

* Duplicates of older posts will not be dowloaded if --no-dupe and --downloaded-posts options are given together

* Invalid characters in MacOS and Linux platforms are removed from filenames

* Bug fixes
This commit is contained in:
Ali Parlakçı
2020-06-03 18:10:25 +03:00
committed by GitHub
parent 540e1e8a6e
commit af1f9fd365
14 changed files with 277 additions and 298 deletions

View File

@@ -8,7 +8,7 @@ from script import __version__
options = {
"build_exe": {
"packages":[
"idna","imgurpython", "praw", "requests", "multiprocessing"
"idna", "praw", "requests", "multiprocessing"
]
}
}