mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 08:43:58 +03:00
[fc2video] formatting
This commit is contained in:
parent
9bb12ad115
commit
39ef2a0b6d
@ -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 = match1(html, r'filepath=(.+)&sec')
|
||||||
video_url = video_url.replace('&mid', '?mid')
|
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)
|
type, ext, size = url_info(video_url, headers=fake_headers)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user