Quote:
Originally Posted by ownedbycats
Out of curiosity, when updating multiple fics, does FFF do any prioritization, or do them in the same order as listed?
|
If updating a list of selected books in your library, the order given will be used.
When getting URLs from emails, a set() is used to remove duplicates. I believe Python's set() returns them in an 'undefined' order.
When giving a list of URLs, I believe the order is used.
In all cases, when it gets to the background job, a parallel job is launched for each different site in the list so stories from different sites can download simultaneously.