techwizrd / MangaFox-Download-Script

A script that lets you download mangas from mangafox.com
77 stars 27 forks source link

Comic book archives have overcomplicated directory structures #18

Open techwizrd opened 11 years ago

techwizrd commented 11 years ago

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.

siikamiika commented 10 years ago

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