Quote:
Originally Posted by SleepSeeker
But for sites where you have to log in each time a story is added, I'm wondering if a feature can be added where you can put your login details into an option setting and that way each time you add a story from that site, it can just send the login details in Automatically, instead of typing it in manually each time.
|
Glad you like it.
Yes, that's already implemented. Go 'Configure Plugin', 'personal.ini' tab. You can put 'is_adult:true' under [defaults] to affect all sites that only ask 'are you an adult' and a username and password in the section for each site you have an account on. Something like:
Code:
[defaults]
is_adult: true
[www.twiwrite.net]
username:YourUser
password:YourPass
Click the big 'View Defaults' button at the bottom of the personal.ini tab to see all the available options.
(If you are also an author posting stories, you might consider using a different account to download just to not have your password stored in cleartext.)