1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-25 12:12:34 +01:00
gallery-dl/docs
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
..
configuration.rst implement specifying ranges in slice notation (#918, #2865) 2022-12-27 18:21:12 +01:00
formatting.md [formatter] implement 'S' format specifier (#3266) 2022-11-21 21:44:42 +01:00
gallery-dl-example.conf update docs 2022-11-09 22:17:08 +01:00
gallery-dl.conf [reddit] increase 'id-max' default value (#3397) 2022-12-12 12:10:06 +01:00
supportedsites.md [fapello] add 'post', 'user' and 'path' extractors 2022-12-16 16:53:32 +05:30