Files
gallery-dl/test
Mike Fährmann d651d45239 implement specifying ranges in slice notation (#918, #2865)
e.g.
- '1:101'   or ':101' or ':101:'  for files 1 to 100
- '1::2'    or '::2'              for every second file
- '1:101:5' or ':101:5'           for files 1, 6, 11, ..., 91, 96

(the second argument specifies the first index NOT included)
2022-12-27 18:21:12 +01:00
..
2021-10-13 04:07:41 +02:00
2022-11-16 22:59:18 +01:00
2022-05-23 18:30:26 +02:00