Skip to content

Commit

Permalink
reverted back to no IGTV videos as they can't be downloaded without i…
Browse files Browse the repository at this point in the history
…ncluding all videos
  • Loading branch information
Donearm committed Mar 19, 2020
1 parent ffd5dbf commit 0cf9ce0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions instagram_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ def argument_parser():
action="store_true",
help="update only previously downloaded profiles",
dest="update")
cli_parser.add_argument("-i", "--igtv",
action="store_true",
help="download IGTV videos too",
dest="igtvideos")
cli_parser.add_argument("action",
nargs="?",
default="run")
Expand Down Expand Up @@ -135,9 +131,6 @@ def main():

TODAY = datetime.today()

if options.igtvideos:
L.download_igtv(instaloader.Profile.from_username(L.context, options.action))

if options.action == "run":
massDownload(L, SINCEDATE, TODAY, "run")
elif options.action == "update":
Expand Down

0 comments on commit 0cf9ce0

Please sign in to comment.