Refactor Instaloader's methods into a class

This commit is contained in:
Alexander Graf
2017-06-24 22:43:40 +02:00
parent 52492456ed
commit caf75a8135
3 changed files with 713 additions and 720 deletions

View File

@@ -9,4 +9,4 @@ python:
install:
- pip install pylint requests
script:
- python3 -m pylint -r n -d bad-whitespace,bad-continuation,missing-docstring,multiple-imports,too-many-arguments,locally-disabled,line-too-long instaloader
- python3 -m pylint -r n -d bad-whitespace,missing-docstring,too-many-arguments,locally-disabled,line-too-long,too-many-public-methods instaloader