[fc2video] formatting

This commit is contained in:
Mort Yao 2015-12-13 04:13:13 +01:00
parent 9bb12ad115
commit 39ef2a0b6d

View File

@ -34,7 +34,7 @@ def fc2video_download_by_upid(upid, output_dir = '.', merge = True, info_only =
video_url = match1(html, r'filepath=(.+)&sec')
video_url = video_url.replace('&mid', '?mid')
title = match1(html, r'&title=(.+)&seek_image')
title = match1(html, r'&title=([^&]+)')
type, ext, size = url_info(video_url, headers=fake_headers)