issues
search
jbsparrow
/
CyberDropDownloader
Bulk Gallery Downloader for Cyberdrop.me and Other Sites
GNU General Public License v3.0
187
stars
14
forks
source link
Fix empty folders cleanup
#137
Closed
NTFSvolume
closed
1 month ago
NTFSvolume
commented
1 month ago
Replaces
Path.walk
with
os.walk
to remain compatible with python 3.11
Fixes minor bug where duplicate parents were added to new redgifs items.
Path.walk
withos.walk
to remain compatible with python 3.11