[tumblr] add prefix

This commit is contained in:
Mort Yao 2024-05-22 01:04:21 +02:00
parent 34e4c8651b
commit f6fd3fb867
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -86,7 +86,7 @@ def tumblr_download(url, output_dir='.', merge=True, info_only=False, **kwargs):
#print_info(site_info, page_title, None, size) #print_info(site_info, page_title, None, size)
for t in tuggles: for t in tuggles:
title = tuggles[t]['title'] title = '[tumblr] ' + tuggles[t]['title']
ext = tuggles[t]['ext'] ext = tuggles[t]['ext']
size = tuggles[t]['size'] size = tuggles[t]['size']
url = tuggles[t]['url'] url = tuggles[t]['url']