mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
[tumblr] add prefix
This commit is contained in:
parent
34e4c8651b
commit
f6fd3fb867
@ -86,7 +86,7 @@ def tumblr_download(url, output_dir='.', merge=True, info_only=False, **kwargs):
|
||||
#print_info(site_info, page_title, None, size)
|
||||
|
||||
for t in tuggles:
|
||||
title = tuggles[t]['title']
|
||||
title = '[tumblr] ' + tuggles[t]['title']
|
||||
ext = tuggles[t]['ext']
|
||||
size = tuggles[t]['size']
|
||||
url = tuggles[t]['url']
|
||||
|
Loading…
Reference in New Issue
Block a user