#!/usr/bin/env python __all__ = ['tumblr_download'] from ..common import * import re def tumblr_download(url, output_dir = '.', merge = True, info_only = False): html = parse.unquote(get_html(url)).replace('\/', '/') feed = r1(r'', html) if feed == 'audio': real_url = r1(r'source src=\\x22([^\\]+)\\', html) if not real_url: real_url = r1(r'audio_file=([^&]+)&', html) + '?plead=please-dont-download-this-or-our-lawyers-wont-let-us-host-audio' elif feed == 'video': iframe_url = r1(r'