mirror of
https://github.com/soimort/you-get.git
synced 2025-03-14 11:54:01 +03:00
[universal] let Pinterest go suck a lemon
This commit is contained in:
parent
f3cb2512a3
commit
cc69f0945a
@ -106,6 +106,9 @@ def universal_download(url, output_dir='.', merge=True, info_only=False, **kwarg
|
|||||||
title = '%s' % i
|
title = '%s' % i
|
||||||
i += 1
|
i += 1
|
||||||
|
|
||||||
|
if r1(r'(https://pinterest.com/pin/)', url):
|
||||||
|
continue
|
||||||
|
|
||||||
candies.append({'url': url,
|
candies.append({'url': url,
|
||||||
'title': title})
|
'title': title})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user