From 6f5264a857e3fbfa5f87f18671393c129030b836 Mon Sep 17 00:00:00 2001 From: Xerbo Date: Mon, 20 Apr 2020 16:35:33 +0100 Subject: [PATCH] Minor README fixes And add some more filetypes to .gitignore --- .gitignore | 4 +++- README.md | 23 ++++++++++++++--------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index c9bf427..d822ee0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ cookies.txt # Downloaded types *.png *.jpg -*.json \ No newline at end of file +*.json +*.gif +*.swf \ No newline at end of file diff --git a/README.md b/README.md index 28de2b0..0cd163a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ This branch is the development version of furaffinity-dl rewritten in python. # FurAffinity Downloader -**furaffinity-dl** is a python script for batch downloading of galleries (and scraps/favourites) from furaffinity.net users. +**furaffinity-dl** was a bash script (now in python) for batch downloading of galleries (and scraps/favourites) from furaffinity 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. ## Requirements -The exacts are unknown due to the fact that this is still early in development, you should only need beautifulsoup4 to be installed though. I will put a `requirements.txt` in the repo soon +Exact requirements are unknown since its still in development, but you should only need `beautifulsoup4` to be installed (`pip3 install beautifulsoup4`). I will put a `requirements.txt` file in the repo soon. -furaffinity-dl was tested only on Linux. It should also work on Mac, Windows and any other platform that supports python. +**The script currently only works with the "Modern" theme** + +furaffinity-dl has only been tested only on Linux, however it should also work on Mac, Windows and any other platform that supports python. ## Usage Run it with @@ -20,20 +22,23 @@ or: All files from the given section and user will be downloaded to the current directory. ### Examples - `python3 fadl.py gallery koul` + `python3 furaffinity-dl.py gallery koul` - `python3 fadl.py -o koulsArt gallery koul` + `python3 furaffinity-dl.py -o koulsArt gallery koul` - `python3 fadl.py -o mylasFavs favorites mylafox` + `python3 furaffinity-dl.py -o mylasFavs favorites mylafox` For a full list of command line arguments use `./furaffinity-dl -h`. -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: +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 base browsers](https://chrome.google.com/webstore/detail/cookiestxt/njabckikapfpffapmjgojcnbfjonfjfg)), you can then pass them to the script with the `-c` flag, like this: - `python3 fadl.py -c cookies.txt gallery letodoesartt` + `python3 furaffinity-dl.py -c cookies.txt gallery letodoesart` ## TODO - * Download user information. + + - Download user profile information. + - "Classic" theme support + - Login without having to export cookies ## Disclaimer It is your own responsibility to check whether batch downloading is allowed by FurAffinity's terms of service and to abide by them. For further disclaimers see LICENSE.