[universal] let Pinterest go suck a lemon

This commit is contained in:
Mort Yao 2018-09-11 23:44:51 +02:00
parent f3cb2512a3
commit cc69f0945a
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -106,6 +106,9 @@ def universal_download(url, output_dir='.', merge=True, info_only=False, **kwarg
title = '%s' % i
i += 1
if r1(r'(https://pinterest.com/pin/)', url):
continue
candies.append({'url': url,
'title': title})