1
0
Fork 0
mirror of synced 2024-05-29 16:40:06 +12:00
Commit graph

496 commits

Author SHA1 Message Date
Erik Johnson c6a346eb90
Beta optout, fix for random imgur json error
I have no idea what I'm doing, this is my first Python dabbling
2021-01-07 10:45:16 +01:00
Erik Johnson 37fdd87ab9
add native gallery 2021-01-07 10:42:41 +01:00
Erik Johnson c40ee547b5
Add native gallery catch 2021-01-07 10:40:33 +01:00
Erik Johnson 825fc5da53
reddit native gallery parser
I have no idea what I'm doing, this is my first edit of Python code so forgive me
2021-01-07 10:37:49 +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çı 56428883a1
Update README.md 2020-12-11 21:06:41 +03: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
Ali Parlakçı 1ff5dbbb75
Merge pull request #171 from ComradeEcho/patch-1
Record duplicate downloaded files into the --downloaded-posts file
2020-12-09 11:59:26 +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 Parlakçı 79078d8e0b
Merge pull request #160 from dunefox/patch-1
Added "jpeg" as file format to be downloaded
2020-10-12 15:54:44 +03:00
Phil Fox f9ac4f925b
Added "jpeg" as file format to be downloaded 2020-10-12 14:50:32 +02: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 88a74ee26a Do not try again if the connection was reset 2020-07-09 17:05:52 +03:00
Ali 9d2b92f370 Version iteration 2020-07-08 22:24:25 +03:00
Ali da0113a06f Fixed direct uploads bug 2020-07-08 22:23:55 +03:00
Ali 14607eeecf Iterate version to 1.9.2 2020-07-06 21:57:30 +03:00
Ali e93e494173 v.redd.it audio permission denied bug fixed 2020-07-06 21:56:30 +03:00
Ali 50d9163dd8 Fix v.redd.it URLs 2020-07-06 20:48:59 +03:00
Ali 50d800baf1 Fix treating .gifv as .jpg 2020-07-06 20:48:44 +03:00
Robert Pendell 1a708bd0fc
Add self dummy entry to FORMATS (#133)
This takes care of #132 by allowing the filecheck to recognize self as a type but not actually have any file types associated with it.
2020-07-01 14:09:06 +03:00
Ali Parlakçı b06859ffec
Update README.md 2020-06-30 03:29:45 +03:00
Ali Parlakçı c3927bb5a1
Changed the size of the code snippet 2020-06-05 17:26:30 +03:00
Ali Parlakçı df7f5381a0
Docker integration 2020-06-05 17:23:45 +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 5dee5f89a5 ffmpeg File Not Found Error on Unix systems fixed 2020-06-04 12:01:29 +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çı 540e1e8a6e
Update FUNDING.yml 2020-06-01 19:35:57 +03:00
Ali Parlakçı 05da5e7aac
Create FUNDING.yml 2020-06-01 19:35: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 0e007abd64 Remove 'important' notice 2020-05-29 17:50:19 +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 c5a2eed80f Important notice added 2020-05-27 01:01:05 +03:00
Ali Parlakçı d6194c57d9
Merge pull request #67 from dbanon87/dbanon87/erome-downloads
fix erome download URLs
2019-10-17 09:51:02 +03:00
Ali Parlakçı cd87a4a120
Merge pull request #68 from dbanon87/dbanon87/gitignore-env
add env/ to gitignore
2019-10-17 09:49:36 +03:00
dbanon87 08cddf4c83
add env/ to gitignore
This allows working in a virtualenv in the project directory.
2019-10-08 10:52:56 -04:00
dbanon87 88fa9e742d
fix erome download URLs 2019-10-08 10:51:56 -04:00
Ali Parlakçı 1c17f174a8
typo 2019-04-23 17:00:42 +03:00
Ali Parlakçı 9b36336ac3
typo 2019-04-23 16:51:05 +03:00
Ali Parlakçı 35e551f20c
Update README.md 2019-04-23 14:04:15 +03:00
Ali Parlakçı 0f2bda9c34
Merge pull request #63 from aliparlakci/moreUsefulReadme
A more useful readme (credits to *stared*)
2019-04-23 14:00:53 +03:00
Ali Parlakçı 8ab694bcc1
Fixed typo 2019-04-23 13:59:01 +03:00
Ali 898f59d035 Added an FAQ entry 2019-04-23 13:51:21 +03:00
Ali 6b6db37185 Minor corrections 2019-04-23 13:29:58 +03:00
Piotr Migdał d4a5100128 a clearer description how to run it (#62) 2019-04-23 13:17:15 +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