mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
[instagram] add faker
This commit is contained in:
parent
dbb1296d54
commit
b00860e4be
@ -6,7 +6,7 @@ from ..common import *
|
||||
|
||||
def instagram_download(url, output_dir='.', merge=True, info_only=False, **kwargs):
|
||||
url = r1(r'([^?]*)', url)
|
||||
html = get_html(url)
|
||||
html = get_html(url, faker=True)
|
||||
|
||||
vid = r1(r'instagram.com/\w+/([^/]+)', url)
|
||||
description = r1(r'<meta property="og:title" content="([^"]*)"', html) or \
|
||||
|
Loading…
Reference in New Issue
Block a user