Commit Graph

1076 Commits

Author SHA1 Message Date
sinclairkosh 81b7fe853b Update Readme with some command clarifications
Clarify that fact that downloading by user doesn't work the same way as downloading by subreddit.

Feel free to user a better example username.  :)
2022-03-22 05:53:43 +11:00
Serene 5f779c734e Merge pull request #606 from Serene-Arc/bug_fix_605 2022-02-20 15:49:15 +10:00
Serene-Arc 06988c40b3 Switch redgifs to dynamic file extensions 2022-02-20 15:48:02 +10:00
Serene-Arc 160ee372b9 Update test hashes 2022-02-18 12:51:51 +10:00
Serene-Arc 7645319510 Fix gfycat after redgifs changes 2022-02-18 12:49:46 +10:00
Serene-Arc 71f84420cb Increase version number 2022-02-18 12:42:42 +10:00
Serene 6b7e551934 Merge pull request #602 from Serene-Arc/bug_fix_531 2022-02-18 12:32:06 +10:00
Serene-Arc 6e0c642652 Add file scheme naming for archiver 2022-02-18 12:30:38 +10:00
Serene 5adb9f9545 Merge pull request #601 from Serene-Arc/bug_fix_598 2022-02-18 12:09:29 +10:00
Serene-Arc 9deef63fdd Add support for Redgifs images and galleries 2022-02-18 12:04:37 +10:00
Serene 85b216551f Merge pull request #600 from Serene-Arc/enhancement_574 2022-02-18 10:23:36 +10:00
Serene-Arc 0177b434c2 Add --subscribed option 2022-02-18 10:21:52 +10:00
Serene 57b3bb3134 Merge pull request #579 from Thayol/add-powershell-scripts 2022-01-06 22:47:12 +10:00
Serene 49d16267a2 Merge pull request #581 from Thayol/fix-bash-script-failed-id 2022-01-06 21:19:30 +10:00
Thayol 3811ec37fb Fix offset and remove substring 2022-01-06 12:16:44 +01:00
Thayol 8ec45a9302 Fix Bash script: Failed to write 2022-01-06 04:06:46 +01:00
Thayol ac3a8e913d Fix wrong offset 2022-01-05 13:13:45 +01:00
Thayol 850faffc29 Add PowerShell scripts 2022-01-05 01:36:21 +01:00
Serene e4fcacfd4f Merge pull request #573 from aliparlakci/development 2021-12-20 20:58:38 +10:00
Serene-Arc e564870cd6 Increase version number 2021-12-20 20:50:47 +10:00
Serene-Arc af0a545c16 Catch additional error in Gallery 2021-12-20 20:43:09 +10:00
Serene a487320e81 Merge pull request #572 from Serene-Arc/enhancement_571 2021-12-19 13:50:27 +10:00
Serene-Arc 36ff95de6b Add Patreon image support 2021-12-19 13:44:24 +10:00
Serene-Arc 5288b79d1b Add test for time checking 2021-12-09 13:04:11 +10:00
Serene 9f354e9e52 Merge pull request #566 from aliparlakci/development 2021-11-30 18:28:17 +10:00
Serene-Arc 92dca3bd0e Increment version number 2021-11-30 17:46:10 +10:00
Serene 5333705440 Merge pull request #565 from dbanon87/dbanon87-patch-1 2021-11-30 17:38:54 +10:00
dbanon87 1530456cf7 Update downloader.py 2021-11-29 09:23:04 -05:00
dbanon87 9ccc9e6863 Update archiver.py 2021-11-29 09:22:21 -05:00
Serene 8718295ee5 Merge pull request #562 from aliparlakci/development 2021-11-24 13:17:04 +10:00
Serene-Arc cc80acd6b5 Increase version number 2021-11-24 13:06:07 +10:00
Serene f0aebdf5f1 Merge pull request #546 from jrwren/001-ignore-user 2021-11-24 12:59:06 +10:00
Serene-Arc f670b347ae Add integration test for archiver option 2021-11-24 12:49:11 +10:00
Serene-Arc d0d72c8229 Add integration test for downloader option 2021-11-24 12:49:11 +10:00
Serene-Arc 0eeb4b46dc Remove bad test 2021-11-24 12:49:11 +10:00
Jay R. Wren 2b50ee0724 add test. fix typos. 2021-11-24 12:49:11 +10:00
Jay R. Wren dd8d74ee25 Add --ignore to ignore user 2021-11-24 12:49:11 +10:00
Serene-Arc 4a86482756 Add skip statement for broken test on windows 2021-11-24 11:07:52 +10:00
Serene-Arc 8925643331 Rename module to reflect backend change 2021-11-24 10:40:18 +10:00
Serene-Arc 2dd446a402 Fix max path length calculations 2021-11-22 14:37:21 +10:00
Serene-Arc 6dd17c8762 Remove unused import 2021-11-22 14:37:21 +10:00
Serene-Arc f19171a1b4 Add mention of bash scripts 2021-11-22 14:37:21 +10:00
Serene-Arc fc279705c1 Fix typo 2021-11-22 14:37:21 +10:00
Serene-Arc b4dd89cddc Add section for common command-line tricks 2021-11-22 14:37:21 +10:00
Serene-Arc 17939fe47c Fix bug with youtube class and children 2021-11-22 14:37:21 +10:00
Serene-Arc 53562f4873 Fix regex 2021-11-16 17:05:46 +03:00
OMEGARAZER 8c3af7029e Update test_imgur.py 2021-11-16 17:05:46 +03:00
OMEGARAZER bd802df38c Update test_imgur.py
Adding test for .giff/.gift imgur extension
2021-11-16 17:05:46 +03:00
OMEGARAZER f05e909008 Stop videos from being downloaded as images
Erroneous .gifv extensions such as .giff or .gift resolve to a static image and are downloaded by the direct downloader. (ex: https://i.imgur.com/OGeVuAe.giff  )
2021-11-16 17:05:46 +03:00
Serene-Arc 4be0f5ec19 Add more tests for file length checking 2021-11-15 11:57:54 +10:00