Commit graph

127 commits

Author SHA1 Message Date
c0962094ca
feat: add disable of threading and configure the number of running threads
fix: NoneType error if no arguments are provided
2024-10-29 22:45:38 +05:00
d8a6fffa0b
chore: bump pre-commit hooks versions 2024-10-29 22:22:23 +05:00
46647087e9
fix: Content of comments not being saved Radiquum/furaffinity-dl#5 2024-08-08 12:52:45 +05:00
848c2697f4
Add multithreading downloads
Shoud fix some bugs???
2023-12-09 02:25:57 +05:00
Kentai Radiquum
b9d958c6c1
Merge pull request #4 from ovear/python
Some stability and functional fix
2023-01-09 17:19:09 +05:00
Ovear
a43882456d Add log when get content length for url failed. 2023-01-09 03:44:16 +08:00
Ovear
976ed6f12c 1.Fix multiple crashes when download file
2.Add option to detect comission's category, also introduce new dir structure
3.Check file size when download complete to prevent corrupted file
4.Add option to enable request cache
5.Add option to force check file size to detect corrupted file
6.Fix multiple edge case that will caused exception and corrupt file
7.Fix stack overflow in some cases
8.Add max tries limit when download
2023-01-09 03:23:53 +08:00
Ovear
df508cabbe fix fav next button page match 2023-01-07 03:03:38 +08:00
Kentai Radiquum
3ab4d606a9
Merge pull request #3 from ovear/html-description
Thanks for your pull request, and sorry for the waiting xd
2022-10-02 03:41:42 +05:00
Ovear
19e6b46b16 Update README for html description option 2022-09-29 16:51:20 +08:00
Ovear
bfc1b00a4e Update README for html description option 2022-09-29 16:48:58 +08:00
Ovear
263a429bcb Feat: save html description in case we need it 2022-09-29 16:18:02 +08:00
Ovear
cda7f5bfb4 fix favorites download 2022-09-29 16:03:44 +08:00
d610cd350e
changelog:
- workaround for NTFS filesystem when username ends with dot.
- ReadMe changes
- other minor changes
2022-07-22 00:45:06 +05:00
007f00b8ba
minor fixes 2022-07-12 18:46:23 +05:00
4a2ccfa507
small changes 2022-07-11 19:41:19 +05:00
675f558d03
changelog:
ability to add comments in username list with "#"
autoremoval of "_" in usernames
speedup filter checking
add basic indexing -> speedup existing file checking for newer files
other small changes
2022-07-10 03:24:39 +05:00
377df392e5
minor changes 2022-07-06 23:01:59 +05:00
54478d3ed3
divided into multiple files 2022-07-06 16:54:34 +05:00
c51c87d39b
filter fix 2022-07-06 03:49:27 +05:00
c4a9e4e486
system messages fix
changelog:
- new file naming
- added possibility to download only recent user submissions
(may be useful to update downloaded galleries)
- now you can download several users,  also you can provide a path to a file with usernames, to download them all
- readded custom output path and metadata folder
- default args state changes
- code cleaning
2022-07-06 02:33:32 +05:00
c4400d4f78
some cosmetic changes:
- add shorter arguments
 - metadata file saving will now be in same folder as an image
 (it's same as it was before)
- print output path when downloaded a specific file
2022-06-24 17:51:07 +05:00
7b17023597
- better downloading descriptions as a json list
- extracted cookie.txt formatting fix
2022-06-19 22:49:19 +05:00
3b9c667d52
- easy exporting of cookies to file with "--login"
- readme updated
2022-06-19 22:05:40 +05:00
872951fa44
fix folder naming when downloading submisions 2022-06-19 15:46:38 +05:00
Radiquum
04a09f07ad
commits squash
added:
- filter
- remove not fully downloaded file when exiting with CTRL + C
- ability to download description as a list
- ability to download a specific file

changed
- color output
- remove custom output directory
- making of directory tree based off username, category and rating
- default attributes value changes
- system messages parsing changes
- arguments & help text change - move metadata var to section where metadata == True - add page URL to metadata file
- some minor changes
2022-06-19 15:20:28 +05:00
Radiquum
1dfa8f6453
Merge pull request #1 from Radiquum/python-rewrite 2022-06-16 06:47:43 +05:00
6e51fffed7
"rewrited" some part of the code
Create directory tree based on author name
Filter posts like "YCH OPEN, REMINDER"
argument parser changes
2022-06-16 06:41:26 +05:00
77760e7135
add: user submissions downloading
(but yeah it's kludge)
2022-06-15 23:40:40 +05:00
Liam
253cc74f7d
Merge pull request #69 from an0nusr/add_name_to_download_fail
When a download fails, include filename in output.
2022-03-27 15:32:10 +01:00
anonusr
6e109e6d00 When a download fails, include filename in output. 2022-03-26 14:44:22 -07:00
Liam
0eff94d29a
Merge pull request #68 from bog4t/python
fixed exception for posts with no tags
2022-02-18 21:41:42 +00:00
bog_ᔦT
6cde759651
fixed exception for posts with no tags 2022-02-18 08:28:53 -05:00
anonusr
752e82941a
Fix Next button in gallery download. (#65)
In the current code, if the next button is not found, there is nothing
stopping the call to (null).parent

This adjusts the call to check if the button is found, and then
also checks if the parent is found.
2022-02-02 11:17:39 +00:00
Liam
8481d66337
Merge pull request #66 from an0nusr/add_stop_page
Add stop page option
2022-01-29 10:12:19 +00:00
anonusr
025912ee6f Add stop page option
Add an option to specify a stop page when downloading. This is
especially useful when downloading large galleries where you've already
run this tool in the past.
2022-01-28 19:35:23 -08:00
Xerbo
131211605d
Patch from anonusr, orignal message is as follows:
> ...it looks like FA doesn't use the same pagination scheme for
> favorites that they do for galleries.
> I wrote a small patch that appears to fix the problem on my end to help
> download favorites pages...
2021-12-28 13:14:43 +00:00
Xerbo
29636db1e7
Add note about folder downloading, close #60 2021-07-20 18:49:10 +01:00
Xerbo
c7fef621f0 (hopefully) fix next button finding, ref #53 2021-03-06 19:38:13 +00:00
Xerbo
f8d1771e82 Use link from next button to get next URL 2021-03-03 16:19:14 +00:00
Xerbo
46f4c0fb96 Allow downloading of specific folders, ref #38 2020-12-09 13:16:39 +00:00
Xerbo
85cd3cdb59 Add option for a seperate meta directory 2020-09-23 14:38:43 +01:00
Xerbo
0f0fe3e6a7 Add download interval option 2020-09-23 14:33:29 +01:00
Xerbo
9c8548076f Fix System Message extracting and add to file downloader 2020-09-23 14:28:16 +01:00
Xerbo
73a6092217 Add argument to not redownload and add full usage to README, close #47 2020-09-14 17:14:30 +01:00
Liam
cc017467f4
Merge pull request #45 from reederda/python
Changed -s flag to str
2020-08-22 20:23:36 +01:00
Reederda
cdf791c872
Changed -s flag to str
This allows starting from specific favorites pages, which requires an input of <timestamp>/next
2020-08-18 10:19:34 -06:00
Liam
601dad9808
Merge pull request #43 from jkmartindale/python
Python version: Fix downloading multiple Favorites gallery pages
2020-08-14 14:12:54 +01:00
James Martindale
db10084faa Fix downloading multiple Favorites gallery pages 2020-08-09 14:57:01 -06:00
Xerbo
071e8692ad Swtich to requests, tidy up README, add requirements.txt 2020-07-17 18:51:34 +01:00