MangaFox-Download-Script icon indicating copy to clipboard operation
MangaFox-Download-Script copied to clipboard

Comic book archives have overcomplicated directory structures

Open techwizrd opened this issue 11 years ago • 1 comments

Images in the comic book archives are stored in their full directory structure like /home/kunal/Projects/MangaFox-Download-Script/The World God Only Knows/v01c001/ instead of v01c001/. This is not a serious issue but it can expose a user's path information or directory structure in the archive unintentionally and it is just plain weird.

techwizrd avatar May 12 '13 03:05 techwizrd

Fixed this in my pull request by calling os.path.basename() on the filename

siikamiika avatar Apr 05 '14 09:04 siikamiika