Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flatten directory structure flag #109

Open
bitbybyte opened this issue Mar 6, 2023 · 1 comment
Open

Flatten directory structure flag #109

bitbybyte opened this issue Mar 6, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@bitbybyte
Copy link
Owner

Offer a flag to flatten post contents out into the fanclub directory rather than being contained within post ID directories

@bitbybyte bitbybyte added the enhancement New feature or request label Mar 6, 2023
@bitbybyte bitbybyte changed the title Flatten directory structure Flatten directory structure flag Mar 6, 2023
@yhtojy
Copy link

yhtojy commented Mar 15, 2023

    if self.no_directory:
        filepath = filepath.replace(self.directory, "_Origin_").replace(os.sep, " ").replace("_Origin_", self.directory+os.sep)

This can easily do the trick. I'm not familiar with PR system and I changed too many code already.

68f5b0c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants