Minor documentation improvements

This commit is contained in:
Alexander Graf
2016-09-19 19:26:59 +02:00
parent 1036fe45b5
commit 1d506b5f95
3 changed files with 11 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python3
"""Tool to download pictures (or videos) and captions from Instagram, from a given set
of profiles, from your feed or from all followees of a given profile."""
of profiles (even if private), from your feed or from all followees of a given profile."""
import re, json, datetime, shutil, os, time, random, sys, pickle, getpass, tempfile
from argparse import ArgumentParser