Ignore bad linkedin URLs found by wpull

This commit is contained in:
Ivan Kozik 2014-09-13 01:55:51 +00:00
parent a1da3de9af
commit 884dac1e51

View File

@ -129,7 +129,8 @@
"^http://photobucket\\.com/.+/albums/.+/albums/",
"^https?://([^/]+\\.)?gdcvault\\.com(/.*/|/)(fonts(/.*/|/)fonts/|css(/.*/|/)css/|img(/.*/|/)img/)",
"^https://static\\.licdn\\.com/sc/p/com\\.linkedin\\.nux:nux-static-content\\+[\\d\\.]+/f//nux-frontend/",
"^https?://www\\.flickr\\.com/(explore/|photos/[^/]+/(sets/\\d+/)?)\\d+_[a-f0-9]+(_[a-z])?\\.jpg$"
"^https?://www\\.flickr\\.com/(explore/|photos/[^/]+/(sets/\\d+/)?)\\d+_[a-f0-9]+(_[a-z])?\\.jpg$",
"^https?://static\\.licdn\\.com/sc/p/.+/f//"
],
"type": "ignore_patterns"
}