johanneszab / TumblThree

A Tumblr Blog Backup Application
https://www.jzab.de/content/tumblthree
MIT License
922 stars 130 forks source link

How do I download actual files through URL list files? #377

Closed gehdapinu closed 5 years ago

gehdapinu commented 5 years ago

I downloaded URL list files before December 17th. (images_url.txt, videos_url.txt, etc.) I tested it today and I clicked the "crawl" button with "Download URL List" checked. It proceeded to work. However, the actual files were not downloaded. There was no change in any folder. How can I download actual image files and video files using url files? default

Taranchuk commented 5 years ago

TumblThree cannot download files through the URL list. You need to use other tools. wget, for example, can download files using the URL list.

gehdapinu commented 5 years ago

TumblThree cannot download files through the URL list. You need to use other tools. wget, for example, can download files using the URL list.

Can you use wget to tell me a command that can download video files and image files to each blog folder like TumblThree? I do not know about programming.

Taranchuk commented 5 years ago

@gehdapinu Basic example: wget -i d:\Blogs\BlogName\images_url.txt -P d:\Blogs\BlogName\

For each URL list in different folders, you need to learn how to use loops and variables in the shell scripting.

gehdapinu commented 5 years ago

@gehdapinu Basic example: wget -i d:\Blogs\BlogName\images_url.txt -P d:\Blogs\BlogName\

For each URL list in different folders, you need to learn how to use loops and variables in the shell scripting.

Thanks. Taranchuk

EC-O-DE commented 5 years ago

https://www.youtube.com/results?search_query=tumblrthree

gehdapinu commented 5 years ago

https://www.youtube.com/results?search_query=tumblrthree

Thank you for your reply. But now I am downloading files with Wget. The method described in the video is a general description. What I want is to use TumblThree to read text files with URLs and to download files. Unfortunately, TumblThree can not do that yet.