nondanee / weiboPicDownloader

Download weibo images without logging-in
GNU General Public License v3.0
268 stars 63 forks source link

Hi, i got some questions #49

Closed cocokakao closed 5 years ago

cocokakao commented 5 years ago

Can you tell me in detail how to rename the file? I did not understand f-string. What should I enter after -n?

nondanee commented 5 years ago

for example -n '{date:%Y%m%d}_{name}' will generate filename like "20151102_89f65052jw1exmr5v05s0j20k00k0q3m.jpg"

key wrapped with {} is dynamic and will be replaced by actual value the characters outside of {} are fixed and appear in filename without any change

supported keys: url, index, type, mid, bid, date, text, name

cocokakao commented 5 years ago

Oh my god you are really kind, thank you vert much :)

nondanee commented 5 years ago

not at all :)