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

124 commits

Author SHA1 Message Date
Serene-Arc d8a1204d8b Move to standard module structure 2021-04-18 16:42:49 +03:00
Serene-Arc 185335e60b Add tentative typing 2021-04-18 16:42:39 +03:00
Serene 4143b86467 Pep8 format (#184)
* Format file to be PEP8 compliant

* Remove unused imports

* Format file to PEP8

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Format file to PEP8

* Format file to PEP8

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Format file to PEP8

* Remove unused imports

* Format file to PEP8

* Remove unused imports

* Condense spacing
2021-04-18 16:42:25 +03:00
Ali Parlakci f034c1a87c Increment version to 1.10.0 2021-04-18 12:09:10 +03:00
Ali Parlakci e179c09fae Revert "Add --config option for explicitly stating configuration file to use."
This reverts commit 37a3d83725.
2021-04-18 11:31:51 +03:00
Ali Parlakci 975b2753c4 Don't wait when exception 2021-04-06 17:43:09 +03:00
Ali Parlakci 8179b845b7 Revert "respect --quit when JSON exception is thrown"
This reverts commit 33324cde26.
2021-04-06 17:41:43 +03:00
Ali Parlakci 33324cde26 respect --quit when JSON exception is thrown 2021-03-27 12:31:00 +03:00
Ali Parlakci fdff302460 Merge branch 'config-flag' of https://github.com/r-pufky/bulk-downloader-for-reddit into r-pufky-config-flag 2021-03-27 12:28:23 +03:00
Ali Parlakci f63fde6ae7 Merge branch 'feature-download-delay' of https://github.com/dwbfox/bulk-downloader-for-reddit into dwbfox-feature-download-delay 2021-03-26 13:04:22 +03:00
Serene d8ab14d879
Merge pull request #202 from bad-jacob/local_config_fix_take_two
Stop exiting the script when using use_local_config setting
2021-03-23 14:51:33 +10:00
Ali Parlakçı 851c10f6e9
Fix gallery (#203)
* Delete Gallery.py

* Update and rename gallery.py to Gallery.py

* Update script.py
2021-03-21 22:37:30 +03:00
felizk c6b1bb7f3e Stop exiting the script when using use_local_config setting 2021-03-21 09:38:24 +01:00
vlad doster fc42afbabe
(maint) code clean up (#187)
## bdfr

- Add the bound instance as method parameter
- Change methods not using its bound instance to staticmethods
- Fix dangerous default argument
- Refactor the comparison involving `not`
- Refactor unnecessary `else` / `elif` when `if` block has a `raise` statement
- Refactor unnecessary `else` / `elif` when `if` block has a `return` statement
- Refactor useless `else` block in the loop
- Remove implicit `object` from the base class
- Remove reimported module
- Remove unnecessary generator
- Remove unnecessary return statement
- Remove unnecessary use of comprehension
- Remove unused imports
- Use `is` to compare type of objects
- Using not x can cause unwanted results

## Dockerfile

- use a pinned Python version tag instead of latest
- leverage cached requirements

Signed-off-by: Vladislav Doster <mvdoster@gmail.com>

Co-authored-by: Ali Parlakçı <parlakciali@gmail.com>
2021-02-25 12:32:06 +03:00
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
Dagmawi Biru 2c99c584a5 Added new --download-delay flag to allow throttling the download across all supported platofrms. 2020-12-27 19:26:47 -06: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
Robert Pufky 37a3d83725 Add --config option for explicitly stating configuration file to use.
aliparlakci/bulk-downloader-for-reddit#122

Address comments in pull review.

* Removed vertical space.
* Added config file existence check with log message.
2020-08-15 14:09:31 -07: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