1
0
Fork 0
mirror of synced 2024-06-29 03:21:19 +12:00
Commit graph

108 commits

Author SHA1 Message Date
Creepler13 e0a2d2eda0
This allows to download gallerys/multiple images in posts (#174)
Co-authored-by: Ali Parlakçı <parlakciali@gmail.com>
2021-02-25 12:26:25 +03:00
vlad doster 41bc2db10a
(bug) default to python3
- set shebang to python3 or else it errors if python2 is on users system
2021-02-22 02:28:30 -06:00
Erik Johnson 37fdd87ab9
add native gallery 2021-01-07 10:42:41 +01:00
Ali Parlakçı 51a0b2150d
Merge pull request #172 from ComradeEcho/master
Don't mkdir defaultConfigDirectory if not needed
2020-12-09 12:00:05 +03:00
ComradeEcho 39e31794db
Don't mkdir defaultConfigDirectory if not needed
Check to see if config.json exists in the current working directory before creating a new configuration directory in the home folder.

If config.json exists, then defaultConfigDirectory would be empty and unused - so there's no reason to create that directory if it's not going to be used.
2020-12-03 22:04:52 -06:00
ComradeEcho 5f7a69cdd9
Update script.py
Mark duplicate files as being downloaded to prevent them from being downloaded again
2020-12-03 19:20:20 -06:00
Ali 2ba763e03b Version iteration 2020-07-09 17:06:05 +03:00
Ali 9d2b92f370 Version iteration 2020-07-08 22:24:25 +03:00
Ali 14607eeecf Iterate version to 1.9.2 2020-07-06 21:57:30 +03:00
Ali a92ddb21f9 --use-local-config creating invalid config.json files on UNIX systems bug fixed 2020-06-04 15:34:22 +03:00
Ali 74148ceec3 Version 1.9.1 2020-06-04 12:02:34 +03:00
Ali Parlakçı af1f9fd365
v1.9.0 (#114)
* 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
2020-06-03 18:10:25 +03:00
Ali Parlakçı fd4958c06a
v1.8.0 (#105)
## Change log
  
- Youtube support added
- Custom filenames feature added
- Custom folder structure feature added
- Unsaving downloaded posts option added
- Remove duplicate posts on different subreddits option added
- Skipping given domains option added
- Keeping track of already downloaded posts on a separate file option added (See --dowloaded-posts in README)
- No audio on v.redd.it videos bug fixed (see README for details about ffmpeg)
- --default-directory option is added
- --default-options is added
- --use-local-config option is added
- Bug fixes
2020-06-01 15:05:02 +03:00
Ali Parlakçı 148e20d1d6
v1.7.0 (#97)
* tools file name change to utils

* Seperate downloaders (#94)

* Seperated the downloaders

* Remove redundant code

* Changed file names

* refactor

* Redgifs (#95)

* Init commit

* Init commit

* GifDeliveryNetwork (#96)

* Initial commit

* Gfycat forwarding to GDN bug fixed
2020-05-28 21:42:11 +03:00
Ali 22047338e2 Update version number 2019-04-09 20:45:22 +03:00
Ali b16cdd3cbb Hopefully, fixed the config.json bug 2019-04-09 20:31:42 +03:00
Ali 2a8394a48c Fixed the bug concerning config.json 2019-04-08 22:09:52 +03:00
Ali Parlakci fae49d50da Update version 2019-03-31 11:46:03 +03:00
Ali Parlakci 7130525ece Update version 2019-03-31 11:35:27 +03:00
Ali Parlakci 2bf1e03ee1 Update version 2019-03-31 11:33:29 +03:00
Ali 15a91e5784 Fixed saving auth info problem 2019-02-24 12:28:40 +03:00
Ali 92e47adb43 Update version 2019-02-22 23:59:57 +03:00
Ali Parlakci 82dcd2f63d Bug fix 2019-01-27 17:05:31 +03:00
Ali Parlakci b7baf07fb5 Added instructions 2019-01-27 15:59:24 +03:00
Ali Parlakci f807efe4d5 Ignore space at the end of directory 2018-08-28 16:27:29 +03:00
Ali Parlakci f522154214 Update version 2018-08-28 16:11:48 +03:00
Ali Parlakci 29873331e6 Typo fix 2018-08-23 16:41:07 +03:00
Ali Parlakci 8a3dcd68a3 Update version 2018-08-23 12:16:31 +03:00
Ali Parlakci 32d26fa956 Print out github link at start 2018-08-20 15:13:42 +03:00
Ali Parlakci 137481cf3e Print out program info 2018-08-18 14:51:20 +03:00
Ali Parlakci 9b63c55d3e Print out version info before starting 2018-08-17 21:25:01 +03:00
Ali Parlakci 3a6954c7d3 Update version 2018-08-16 19:55:45 +03:00
Ali Parlakci 8f64e62293 Update version 2018-08-15 21:52:54 +03:00
Ali Parlakci adccd8f3ba Prints the file that already exists 2018-08-15 21:46:27 +03:00
Ali Parlakci 3448ba15a9 Added config file location as current directory 2018-08-13 14:50:45 +03:00
Ali Parlakci ff68b5f70f Improved error handling 2018-08-10 19:50:52 +03:00
Ali Parlakci 9338961b2b Improved checkConflicts() 2018-08-09 09:26:01 +03:00
Ali Parlakci 94bc1c115f Minor edit in exception handling 2018-08-09 09:04:12 +03:00
Ali Parlakci c19d8ad71b Refactored error handling 2018-08-09 00:17:04 +03:00
Ali Parlakci 20b9747330 Added docstrings for the ease of modification 2018-08-06 08:13:07 +03:00
Ali Parlakci 3693cf46f8 Updated version 2018-08-06 07:40:23 +03:00
Ali Parlakci 7ae6c6385d Do not print post type to console 2018-08-04 10:22:41 +03:00
Ali Parlakci 5633b301f3 Bug fix 2018-07-30 13:36:27 +03:00
Ali Parlakci 7ccf2fb7f9 Open web browser as prompting for imgur credentials 2018-07-30 13:22:30 +03:00
Ali Parlakci d685860c22 Update version 2018-07-26 12:25:54 +03:00
Ali Parlakci 6e74630050 Typo fix 2018-07-26 11:59:29 +03:00
Ali Parlakci 2fd9248715 Added quit after finish option 2018-07-26 11:15:13 +03:00
Ali Parlakci 457b8cd21c Added remaining credits to log file 2018-07-26 11:08:37 +03:00
Ali Parlakci ed0564fba0 Improve verbose mode 2018-07-26 10:08:57 +03:00
Ali Parlakçı 91d71565cc
Update script.py 2018-07-25 18:30:48 +03:00