View Single Post
  #2481  
Old 10.11.2022, 00:08
PaleWoodChip PaleWoodChip is offline
Modem User
 
Join Date: Nov 2022
Posts: 2
Question Script Request

Hello, I'm new here.

I'd like to ask for a script. In my mind it would do the following:

- Check an array of links from the same site (eg. multiple threads from an image board)
- Grab every relevant file along with when they were posted down to the second
- Sort by when they were posted to split the packages as needed.

The reason why I want it that way, is because with my current script (only 9 lines at time of writing), it checks every 30 minutes, in a hardcoded order and I have to manually check every file, since all of the links were added at the same time.

I also want it to work with links affected by my packagizer rule (it just changes filenames if the package has a matching number and sourceurl).

Thank you in advance!
Reply With Quote