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

Preventing text files from being saved #25

Closed
mmathab opened this issue Jul 26, 2017 · 2 comments
Closed

Preventing text files from being saved #25

mmathab opened this issue Jul 26, 2017 · 2 comments
Assignees
Labels
feature suggestion Feature suggestion

Comments

@mmathab
Copy link

mmathab commented Jul 26, 2017

I have not figured yet how to prevent the text files from being saved along the images. Maybe we could have a "--no-text-file" function as well?

Thanks

@aandergr aandergr added the feature suggestion Feature suggestion label Jul 27, 2017
@aandergr aandergr self-assigned this Jul 27, 2017
aandergr added a commit that referenced this issue Aug 11, 2017
These options instruct instaloader to not save captions or geotags
respectively, even if the regarding information can be obtained without
any additional queries to Instagram.

This feature was proposed in #25, and thus this commit should close #25.
@aandergr
Copy link
Member

117124d adds the option --no-captions which prevents Instaloader from saving the caption text files. However, it is still in the experimental branch v3-dev.

$ pip3 install --upgrade git+https://github.com/Thammus/instaloader@v3-dev
$ instaloader --no-captions ...

I personally do not consider this an important feature. On modern filesystems, the caption files usually need 0 bytes of space, since most of them can be inlined into their inode. Furthermore, in case they are absolutely not desired, a simple rm *.txt would match and delete them.

Happy instaloading!
Alex

@mmathab
Copy link
Author

mmathab commented Aug 11, 2017

In windows, I have been searching and deleting 70,000 text files a day takes a lot of resources and a few minutes each time. Thanks for implementing.

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

No branches or pull requests

2 participants