Commit graph

117 commits

Author SHA1 Message Date
Ovear
19e6b46b16 Update README for html description option 2022-09-29 16:51:20 +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
Xerbo
c87a1f5355 A 404 does not break the script now
Slight refactor as well
2020-05-21 00:30:13 +01:00
Xerbo
e2ff807c40 Make it work again
The script will now most likely require a user-agent from your browser along with cookies to work, sadly
2020-04-30 00:34:42 +01:00
Xerbo
6f5264a857 Minor README fixes
And add some more filetypes to .gitignore
2020-04-20 16:35:33 +01:00
Xerbo
c6da43bf66 Scrape more metadata
The script now scrapes category, type, species and gender as well
2020-04-09 18:23:32 +01:00
Xerbo
972dacb5bd First public release of the python rewrite
Very late due to me being very busy + procrastinating
2020-04-06 23:27:20 +01:00
Liam
4f3c9eb6bb
Merge pull request #39 from thdaemon/master
Fix output filename can not begin with '-'
2020-02-16 14:27:50 +00:00
thdaemon
25698c9ac3 Fix output filename can not begin with '-' 2020-02-16 14:31:39 +08:00
Liam
adf98b25af
Merge pull request #36 from Kattus/cleanup
General cleanup and improvements
2020-02-09 18:31:08 +00:00
Magnus Boman
6553c165a6 General cleanup and improvements
* Move options to the top for easy visibility
* Make shellcheck happy
* Make use of /tmp instead of ~/.cache
* Vastly improve output readibility
* Fixed an earlier mistake of mine at L131
2020-02-04 16:17:36 +01:00
Magnus Boman
7bee8beef3
Revert to old full URL grepping (#35)
It appears the devs at furaffinity can't decide how to do download links
They've reverted to the old style, naturally we do the same.
2020-02-03 19:29:56 +00:00