1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-07-14 23:00:06 +02:00

* Allow reading arguments from file

function referenced from instagram-scraper,
which provide a convenient way to hide sensitive information.
This commit is contained in:
AndCycle 2018-08-06 19:10:23 +08:00
parent dcea0e9672
commit d469b52b95

View File

@ -200,7 +200,8 @@ def main():
parser = ArgumentParser(description=__doc__, add_help=False, usage=usage_string(),
epilog="Report issues at https://github.com/instaloader/instaloader/issues. "
"The complete documentation can be found at "
"https://instaloader.github.io/.")
"https://instaloader.github.io/.",
fromfile_prefix_chars='@')
g_what = parser.add_argument_group('What to Download',
'Specify a list of profiles or #hashtags. For each of these, Instaloader '