We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f37ed commit f041185Copy full SHA for f041185
settings.py
@@ -1,4 +1,4 @@
1
-DOWNLOAD_PATH = "." # Where do you want the books to be downloaded. Default is the script directory.
+DOWNLOAD_PATH = "/home/blackout/Descargas" # Where do you want the books to be downloaded. Default is the script directory.
2
N_AUTHORS = 1 # Maximum of authors displayed.
3
MAX_CHARS_AUTHORS = 25 # Maximum characters displayed for the author. Change according to N_AUTHORS.
4
MAX_CHARS_TITLE = 50 # Maximum characters displayed for the book title
0 commit comments