1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-11-19 16:52:30 +01:00

Commit Graph

  • 66cd9695df Release of version 1.1 v1.1 Alexander Graf 2016-09-18 17:02:53 +0200
  • 508c629d2b Equalify summary in *.py and README.md Alexander Graf 2016-09-18 16:41:43 +0200
  • 1ff6dd9d30 Mini refactoring and docstrings Alexander Graf 2016-09-18 16:35:25 +0200
  • d5c13b1295 Globally disable pylint too-many-arguments warning Alexander Graf 2016-09-18 15:43:24 +0200
  • 3ac8ffbc84 Reduce code duplication introducing download_node Alexander Graf 2016-09-18 15:39:52 +0200
  • 7f500d775e minor README.md enhancements Alexander Graf 2016-09-18 14:51:35 +0200
  • c2957e389f Have setuptools setup.py for serious distribution Alexander Graf 2016-09-18 14:38:58 +0200
  • 70c91e000e Targets :feed-all and :feed-liked to load feed Alexander Graf 2016-09-17 20:51:17 +0200
  • 9cd93c9414 Have function providing access to user's feed Alexander Graf 2016-09-16 23:20:37 +0200
  • 5dc9be47cb Make instaloader usable as package Alexander Graf 2016-08-18 09:58:07 +0200
  • 0088ee5e9e Added handling of UnicodeEncodeError André Koch-Kramer 2016-08-04 19:36:36 +0200
  • 0678a8118a Properly escape \ in regex string Alexander Graf 2016-08-03 20:29:36 +0200
  • b71179371d Do not sleep when --no-sleep is given André Koch-Kramer 2016-08-03 20:25:16 +0200
  • 05104b7438 Have better error handling when working on files Alexander Graf 2016-08-03 13:51:25 +0200
  • ce8bdb18e0 Have newline in id files Alexander Graf 2016-08-03 13:50:47 +0200
  • 77d0d272fc Implementation of get_id_by_username() André Koch-Kramer 2016-08-02 21:27:39 +0200
  • e6ca038e25 Store ID of profile to find it after name change André Koch-Kramer 2016-08-02 18:54:30 +0200
  • 4fb574253e change import order to satisfy pylint André Koch-Kramer 2016-08-02 18:41:57 +0200
  • 584c3cc76c Release of version 1.0.1 v1.0.1 André Koch-Kramer 2016-08-01 18:16:47 +0200
  • dd383d8887 Fix Windows Unicode Problems André Koch-Kramer 2016-08-01 18:10:35 +0200
  • 82ef71836f Minor UI improvements Alexander Graf 2016-07-29 18:03:19 +0200
  • 2f53debffa Disable pylint warning for download() Alexander Graf 2016-07-29 18:02:36 +0200
  • ebff2205b1 @<profile> to download all followees of profile Alexander Graf 2016-07-29 17:59:07 +0200
  • 8524c8a2f2 Output captions while downloading profiles André Koch-Kramer 2016-07-29 16:53:18 +0200
  • f3a52c6f4d Release of version 1.0 v1.0 André Koch-Kramer 2016-07-28 18:30:44 +0200
  • 651b590cfa Implementation of get_username_by_id() André Koch-Kramer 2016-07-28 18:15:36 +0200
  • 9d1af7adaf Reimplemented test_login() André Koch-Kramer 2016-07-28 17:44:02 +0200
  • d0e9b711ac README.md: trivial improvements Alexander Graf 2016-07-28 17:33:57 +0200
  • 5adbee2273 add LICENSE and README.md Alexander Graf 2016-07-28 17:24:38 +0200
  • e464787772 Implementation of gathering followees functionality André Koch-Kramer 2016-07-28 15:45:31 +0200
  • b0a6677c76 Update X-CSRFToken header when loading session André Koch-Kramer 2016-07-28 15:43:48 +0200
  • bd2514fcd5 Have default filename argument {load,save}_session Alexander Graf 2016-07-28 15:40:21 +0200
  • c69214536a Encode username in default session file name Alexander Graf 2016-07-26 17:36:21 +0200
  • a99d1875e5 Also save session when interrupted by user Alexander Graf 2016-07-26 17:03:32 +0200
  • 087a69ef7e catch case of nonexisting session file Alexander Graf 2016-07-26 17:03:20 +0200
  • 04821f5f76 print username in password prompt Alexander Graf 2016-07-26 13:53:47 +0200
  • 283c05f47c print warning when public profiles are downloaded when logged in Alexander Graf 2016-07-26 13:53:32 +0200
  • 590f327fc8 easier understandable error messages Alexander Graf 2016-07-26 13:53:01 +0200
  • 1f7fe4ca2f load_session: don't double check if file can be opened Alexander Graf 2016-07-26 13:52:05 +0200
  • 88219e4d01 Refactor exceptions Alexander Graf 2016-07-26 10:57:29 +0200
  • 57bb10f6b8 Rename instagram.py to instaloader.py Alexander Graf 2016-07-25 23:59:47 +0200
  • 06f0658947 fix minor bug caused during refactoring Alexander Graf 2016-07-25 23:58:49 +0200
  • 115f1c9133 refactor get_session() Alexander Graf 2016-07-25 23:43:41 +0200
  • bd0505098e Save only cookies instead of whole session object Alexander Graf 2016-07-25 23:04:48 +0200
  • 220584c483 Refactor download() function Alexander Graf 2016-07-25 22:27:23 +0200
  • 9aa2b91d52 Restructure get_session() error handling Alexander Graf 2016-07-25 20:19:07 +0200
  • c77d372e74 Disable pylint too-many-statements message in download() Alexander Graf 2016-07-25 19:58:00 +0200
  • 6583388abf Print message when session is loaded or saved Alexander Graf 2016-07-25 19:54:24 +0200
  • 37a316583a Have PrivateProfileNotFollowedException Alexander Graf 2016-07-22 15:49:20 +0200
  • b57ccc049b Do not abort when login is required in quiet mode Alexander Graf 2016-07-15 15:54:35 +0200
  • 51822eaa66 Create session file with 600 permissions Alexander Graf 2016-07-15 15:52:21 +0200
  • e2d8c34eac Don't download data json twice on private profiles André Koch-Kramer 2016-07-15 15:30:35 +0200
  • bd190159f6 Always save session object when finishing download André Koch-Kramer 2016-07-15 15:04:29 +0200
  • 08515ebfa2 Remove extraneous newlines Alexander Graf 2016-07-12 21:10:48 +0200
  • fde8396cb8 Do not abort when nonfatal errors occur Alexander Graf 2016-07-12 21:04:40 +0200
  • a5ebf4d54c Fix bug which André did not even want to believe Alexander Graf 2016-07-11 21:25:44 +0200
  • ac3791c0b8 More serious error msg in case of nonexisting user André Koch-Kramer 2016-07-04 23:50:20 +0200
  • 349181c62d Fix #1. André Koch-Kramer 2016-07-04 23:44:14 +0200
  • 7c3ca67a20 Intensive refactoring to satisfy pylint André Koch-Kramer 2016-06-27 16:49:00 +0200
  • d7d4d59bab Fix of trolling infinite loop André Koch-Kramer 2016-06-27 15:34:26 +0200
  • b1f4fd2788 Better pylint invocation Alexander Graf 2016-06-26 13:13:59 +0200
  • 1543baf034 Parameters -l, -p, -f are no nargs='?' parameters Alexander Graf 2016-06-26 10:48:11 +0200
  • 42dc5a6026 Have --quiet argument Alexander Graf 2016-06-26 10:39:26 +0200
  • de2399a6c8 Invoke pylint with all Python versions >= 3.3 Alexander Graf 2016-06-26 10:33:17 +0200
  • 357cabab49 forgot about requests dependency -.- Alexander Graf 2016-06-26 10:10:44 +0200
  • ac65f61024 try fixing travis-ci Alexander Graf 2016-06-26 10:08:52 +0200
  • 381fa22deb Allow specifying more than one target to download Alexander Graf 2016-06-26 10:04:59 +0200
  • 18ad134f45 attempt to setup travis-ci to invoke pylint Alexander Graf 2016-06-26 09:55:23 +0200
  • beb860ed35 Fix minor code style issues Alexander Graf 2016-06-26 09:43:02 +0200
  • b3b8c22240 Update description in help text Alexander Graf 2016-06-23 21:06:56 +0200
  • 4dedc86556 Ich hab mal ins Datenblatt geschaut. André Koch-Kramer 2016-06-23 20:55:50 +0200
  • e837c8ab5a updated url parsing, fixed login functionality André Koch-Kramer 2016-06-22 14:00:22 +0200
  • 1c83e324b6 Changed User-Agent + download of private profiles André Koch-Kramer 2016-06-21 19:37:14 +0200
  • d2ef625847 Have --fast-update Alexander Graf 2016-06-17 21:40:55 +0200
  • a3282ed7a5 Raise exceptions instead of printing Quatsch and then returning Alexander Graf 2016-06-17 21:38:21 +0200
  • 0df54143e5 Initial commit André Koch-Kramer 2016-06-15 12:42:08 +0200