Files
gallery-dl/gallery_dl/util.py
Mike Fährmann 0ce98169b8 improve path generation
- fix 'abspath()' results for Python <3.7 (closes #402)
  - 'abspath()' in Python 3.7+ removes trailing path separators
  - in Python <3.7 it doesn't
- filter empty path segments
2019-08-28 23:25:18 +02:00

22 KiB