You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3、There is a parameter that may not necessarily exist. When it exists, add it and add a new one_
e.g. client['screen_name'] anonymous works will not exist
if has no client['screen_name'] : {post_id}_{post_num}_{num}.{extension}
if has client['screen_name'] : {post_id}_{client['screen_name']}_{post_num}_{num}.{extension}
{post_id}_{client['screen_name']:?//}_{post_num}_{num}.{extension}can do
but always have two_ when no client['screen_name'] between {post_id} and {post_num}
The text was updated successfully, but these errors were encountered:
1、There are currently two methods available
first set conf "sent-requests":true
(1)config "image-filter":"'xxx'==client['screen_name']"
It must be a definite value in config
(2)powershell -o image-filter="'$lastValue'==client['screen_name']"
define variables ,if archiving is also a variable in conf and this must also use -o archive=./client_sqlite/$lastValue.sqlite3
Are there other more convenient methods to set in conf?
This filtering condition is based on the entire content. If the user is also the author, the efficiency will be relatively low
1、how to download only sentworks
2、both download
how to distinguish between a work or a send(different filename and directory)
3、There is a parameter that may not necessarily exist. When it exists, add it and add a new one_
The text was updated successfully, but these errors were encountered: