mirror of
https://github.com/Radiquum/furaffinity-dl.git
synced 2025-04-05 07:44:37 +00:00
README changes
This commit is contained in:
parent
8d257cca4e
commit
c42b06d3fc
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -1,5 +1,5 @@
|
|||
# FurAffinity Downloader - Next Gen
|
||||
**furaffinity-dl-ng** is a bash script for batch downloading of galleries and favorites from furaffinity.net users.
|
||||
# FurAffinity Downloader
|
||||
**furaffinity-dl** is a bash script for batch downloading of galleries and favorites from furaffinity.net users.
|
||||
It was written for preservation of culture, to counter the people nuking their galleries every once a while.
|
||||
|
||||
Supports all known submission types: images, texts and audio.
|
||||
|
@ -7,7 +7,7 @@ Supports all known submission types: images, texts and audio.
|
|||
## Requirements
|
||||
Coreutils, bash and wget are the only dependencies. However if you want to embed metadata into files you will need eyed3 and exiftool
|
||||
|
||||
furaffinity-dl-ng was tested only on Linux. It should also work on Mac and BSDs.
|
||||
furaffinity-dl was tested only on Linux. It should also work on Mac and BSDs.
|
||||
Windows users can get it to work via Microsoft's [WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10). Cygwin is not supported.
|
||||
|
||||
## Usage
|
||||
|
@ -21,13 +21,13 @@ All files from the given section and user will be downloaded to the current dire
|
|||
### Examples
|
||||
`./faraffinity-dl-ng gallery/mylafox`
|
||||
|
||||
`./faraffinity-dl-ng -o=myla gallery/mylafox`
|
||||
`./faraffinity-dl-ng -o=mylasArt gallery/mylafox`
|
||||
|
||||
`./faraffinity-dl-ng --out=koul favorites/koul`
|
||||
`./faraffinity-dl-ng --out=koulsFavs favorites/koul`
|
||||
|
||||
You can also log in to download restricted content. To do that, log in to FurAffinity in your web browser, export cookies to a file from your web browser in Netscape format (there are extensions to do that [for Firefox](https://addons.mozilla.org/en-US/firefox/addon/ganbo/) and [for Chrome/Vivaldi](https://chrome.google.com/webstore/detail/cookiestxt/njabckikapfpffapmjgojcnbfjonfjfg)) and pass them to the script as a second parameter, like this:
|
||||
|
||||
`furaffinity-dl -c=/path/to/your/cookies.txt gallery/gonnaneedabiggerboat`
|
||||
`./furaffinity-dl -c=/path/to/your/cookies.txt gallery/gonnaneedabiggerboat`
|
||||
|
||||
## TODO
|
||||
* Download user bio, post tags and ideally user comments
|
||||
|
|
Loading…
Add table
Reference in a new issue