Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Remove last references to username/password
Browse files Browse the repository at this point in the history
These are not (and can not be) used anymore, and older versions do not
work anyway when getting images
  • Loading branch information
voyageur committed Jul 23, 2018
1 parent ee67cfb commit 2b5e76c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Here's an example of how to use the script:
$ python dagr.py
dagr.py v0.63 - deviantArt gallery ripper
Usage: dagr.py [-d directory] [-fgmhorstv] [-q query_text] [-c collection_id/collection_name] [-a album_id/album_name] deviant1 [deviant2] [...]
Example: dagr.py -u user -p 1234 -gsfv derp123 blah55
Example: dagr.py -gsfv derp123 blah55
For extended help and other options, run dagr.py -h
$ python dagr.py -gs doo22
Expand Down
2 changes: 1 addition & 1 deletion dagr/dagr.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def print_help():
"[-q query_text] [-c collection_id/collection_name] " +
"[-a album_id/album_name] " +
"deviant1 [deviant2] [...]")
print("Example: " + Dagr.NAME + " -u user -p 1234 -gsfv derp123 blah55")
print("Example: " + Dagr.NAME + " -gsfv derp123 blah55")
print("For extended help and other options, run " + Dagr.NAME + " -h")


Expand Down
3 changes: 0 additions & 3 deletions dagr_settings.ini.sample
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[DeviantArt]
MatureContent: False
# Login settings ignored in versions >= 0.63
Username: username
Password: password

[Dagr]
OutputDirectory: ~/dagr

0 comments on commit 2b5e76c

Please sign in to comment.