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
Xerbo
95f79727bf
Fix title extraction from old theme
...
Hopefully fix #32
2020-02-01 11:06:12 +00:00
Xerbo
5b4bcee3db
Add flag for classic theme
2020-01-19 12:01:06 +00:00
Xerbo
4f6cfb1631
Address #32 only allow alphanumeric characters in filenames
2020-01-19 11:48:29 +00:00
Liam
efe0a1858d
Merge pull request #30 from Kattus/beta
...
update next_page_url for beta design (fixes #28 )
2020-01-02 20:35:28 +00:00
Magnus Boman
9131fd914f
update next_page_url for beta design ( fixes #28 )
2020-01-02 10:47:42 +01:00
Xerbo
261c08e627
Fix accounts with beta theme #28
...
Add cookies.txt to .gitignore
2020-01-01 18:07:39 +00:00
Xerbo
56df2547c4
Text metadata option, if the file format is not supported. Hopefully concludes #27
2019-12-09 23:33:46 +00:00
Xerbo
265af2602d
Possible fix for #27
2019-12-07 09:57:04 +00:00
Xerbo
53bb1479dc
Address #26
...
Add -w to getopts so it actually does anything
2019-11-24 10:00:30 +00:00
Xerbo
020f10502b
Address #24
...
Don't redownload files if they have already been downloaded
Also added media file to .gitignore to prevent accidently commiting media
2019-11-05 17:24:01 +00:00
Xerbo
e29cbe22e9
Fix issues #23 and a few other changes
...
Spaces -> tabs
Stop paramater expansion
2019-08-29 21:56:08 +01:00
Xerbo
a782a057e6
Tidy up after merge
2019-08-04 20:03:42 +01:00
Liam
f63b14c59b
Merge pull request #21 from mewtwo064/master
...
Adds option to limit number of submissions downloaded
2019-08-04 19:57:57 +01:00
mewtwo064
6cf640f6f1
Add option to limit number of submissions downloaded (Starts from most recent submission)
2019-08-04 07:49:34 -05:00
Xerbo
1c1bccdc68
Added -r flag to turn off renaming
2019-07-24 12:08:18 +01:00
Xerbo
6a6e17959f
Fix getopts handling of arguments
2019-07-24 11:57:12 +01:00
Xerbo
2cf9beb3d3
Fix saving issues when post title contains /
2019-07-24 11:48:15 +01:00
Xerbo
31f5472734
Quick fix
...
Improper boolean handling, exiftool buggy on PNG's
2019-07-24 11:43:58 +01:00
Xerbo
3821157d09
General code improvement
...
Using tabs instead of spaces\nFixed argument parsing\nTidied up some code\nLong arguments are no longer supported (blame getopts).
2019-07-23 15:47:48 +01:00
Sergey "Shnatsel" Davidoff
6d745c1228
Merge pull request #19 from Xerbo/master
...
Ownership migration/chanes
2019-07-21 11:44:51 +02:00