1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-11-04 09:22:29 +01:00
Commit Graph

14 Commits

Author SHA1 Message Date
André Koch-Kramer
7c3ca67a20 Intensive refactoring to satisfy pylint 2016-06-27 16:49:00 +02:00
André Koch-Kramer
d7d4d59bab Fix of trolling infinite loop
- used to infinite loop when given wrong credentials
- now unable to invoke time.sleep() with negative values
- const argument becomes obsolete without nargs
2016-06-27 15:34:26 +02:00
Alexander Graf
b1f4fd2788 Better pylint invocation 2016-06-26 13:13:59 +02:00
Alexander Graf
1543baf034 Parameters -l, -p, -f are no nargs='?' parameters
Argument to -l, -p, -f is not optional, it is required. Thus, nargs='?'
makes no sense.
2016-06-26 10:48:11 +02:00
Alexander Graf
42dc5a6026 Have --quiet argument
With --quiet activated, user interaction is disabled, i.e. no messages
are printed (except errors) and if login credentials are needed but not
given, instaloader fails.
2016-06-26 10:39:26 +02:00
Alexander Graf
381fa22deb Allow specifying more than one target to download 2016-06-26 10:04:59 +02:00
Alexander Graf
beb860ed35 Fix minor code style issues
This makes instaloder proof against
$ pylint3 -r n -d \
	bad-whitespace,bad-continuation,missing-docstring,anomalous-backslash-in-string,invalid-name,multiple-imports,dangerous-default-value \
	--max-args=8 --max-locals=16 --max-branches=19 --max-nested-blocks=6 \
	instagram
2016-06-26 09:43:02 +02:00
Alexander Graf
b3b8c22240 Update description in help text 2016-06-23 21:06:56 +02:00
André Koch-Kramer
4dedc86556 Ich hab mal ins Datenblatt geschaut.
Dabei hat sich herausgestellt, dass die regex hessischen Ursprungs war.
Außerdem hat Instagram wieder irgendwas an den URLs geändert.
2016-06-23 20:55:50 +02:00
André Koch-Kramer
e837c8ab5a updated url parsing, fixed login functionality
- Instagram changed url style => accordingly updated parser
- successfully tested login and download of private profiles
- prevent echoing at password prompt
2016-06-22 14:00:22 +02:00
André Koch-Kramer
1c83e324b6 Changed User-Agent + download of private profiles
first attempt to implement login for downloading private profiles
2016-06-21 19:37:14 +02:00
Alexander Graf
d2ef625847 Have --fast-update 2016-06-17 21:40:55 +02:00
Alexander Graf
a3282ed7a5 Raise exceptions instead of printing Quatsch and then returning 2016-06-17 21:38:21 +02:00
André Koch-Kramer
0df54143e5 Initial commit 2016-06-15 12:42:08 +02:00