Commit graph

88 commits

Author SHA1 Message Date
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
Liam
ea4c4ed164
Spelling + grammer 2019-07-21 00:38:20 +01:00
Liam
c42b06d3fc
README changes 2019-07-20 23:32:29 +00:00
Xerbo
8d257cca4e Preparing for migration 2019-07-20 22:08:22 +01:00
Liam
3a097bb24c
fix help text 2019-04-07 18:40:47 +01:00
Liam
4814cd713a
better support for text 2019-04-05 12:49:08 +01:00
Liam
1b5e61e4d6
Update README.md 2019-04-05 09:46:13 +01:00
Liam
f57671f317
buggggggz
File gets stuck sometimes
2019-04-04 19:36:36 +01:00
Liam
86e19f2089
fix a bug
eyeD3 throws an error if a description containing a ":". so escape it first
2019-04-04 19:09:10 +01:00
Liam
039f84f640
Update README.md 2019-04-04 18:20:40 +01:00