DreamCobbler / fiction-dl

A content downloader, capable of retrieving works of (fan)fiction from the web and saving them in a few common file formats.
GNU General Public License v3.0
46 stars 2 forks source link

[Feature] AO3 series support #3

Closed laundmo closed 3 years ago

laundmo commented 3 years ago

Please support AO3 Series, to make downloading an entire series easier. Adding to this, a feature to combine all stories downloaded into one document would be awsome (maybe a commandline flag that also works with providing a list?)

DreamCobbler commented 3 years ago

Done both in 1.6.0! A whole series can be now downloaded at once, using the URL of the series (for example: "fiction-dl https://archiveofourown.org/series/1390948" downloads all four stories belonging to the series). Same for collections.

Downloaded stories can be combined using the "-pack" command-line option; calling "fiction-dl -pack https://archiveofourown.org/series/1390948" will produce just one file of each file format. The file will contain the stories in the order they were published in. Works also with custom lists of stories (i.e. text files with a list of URLs), the order of the list is preserved there as well.