Viewing last 25 versions of post by randomGuy 339D in topic Tumblr NSFW Upload thread

randomGuy 339D

One way for linux users to backup multiple blogs at once with tumblr-utils/tumblr-backup.py:
 
1. Copy the "[blog names":](/forums/uppers/topics/%E2%9C%BF-upload-resources-tumblr-nsfw-active) in an file (i.e. blogs.txt)
 
2. use the following command snippet in the "tumblr-utils"-Directory:
@
 
`
cat blogs.txt | while read line; do ./tumblr_backup.py $line; done@

`
 
All blogs in the list will be downloaded into the "tumblr-utils"-Directory.


 
I'm currently downloading "03 Dec 2018" this way.
No reason given
Edited by randomGuy 339D
randomGuy 339D

One way for linux users to backup multiple blogs at once with tumblr-utils/tumblr-backup.py:
1. Copy the "blog names":/forums/uppers/topics/%E2%9C%BF-upload-resources-tumblr-nsfw-active in an file (i.e. blogs.txt)
2. use the following command snippet in the "tumblr-utils"-Directory:
@cat blogs.txt | while read line; do ./tumblr_backup.py $line; done@

All blogs in the list will be downloaded into the "tumblr-utils"-Directory.

I'm currently downloading "03 Dec 2018" this way.
No reason given
Edited by randomGuy 339D