我看了下实际网页上图片的
<img class="BDE_Image" src="http://tiebapic.baidu.com/forum/w%3D580/sign=b550f3b9bc64034f0fcdc20e9fc27980/f89992eef01f3a29d35ee8aa8e25bc315d607c09.jpg" size="1776777" changedsize="true" width="560" height="420">
你这个 :p = r'<img width="[\d]+" height=“[\d]+" class="BDE_Image" src="([^"]+\.jpg)"'
要改下 :p = r'<img class="BDE_Image" src="([^"]+\.jpg)"'
====
p = <img class="BDE_Image" src="([^"]+\.jpg)"
"""
imglist : ['http://tiebapic.baidu.com/forum/w%3D580/sign=b550f3b9bc64034f0fcdc20e9fc27980/f89992eef01f3a29d35ee8aa8e25bc315d607c09.jpg', 'http://tiebapic.baidu.com/forum/w%3D580/sign=40b49f7fc30735fa91f04eb1ae500f9f/202a30d12f2eb93870fc4796c2628535e4dd6f0a.jpg', 'http://tiebapic.baidu.com/forum/w%3D580/sign=2c9ec0c1c643ad4ba62e46c8b2035a89/e42270c6a7efce1b68bbf5aeb851f3deb58f650b.jpg', 'http://tiebapic.baidu.com/forum/w%3D580/sign=0443a330144f78f0800b9afb49300a83/e023f61f3a292df51f509171ab315c6035a87314.jpg', 'http://tiebapic.baidu.com/forum/w%3D580/sign=0afa28f0512309f7e76fad1a420f0c39/4d16b0fd5266d0164c94a34c802bd40734fa3515.jpg', 'http://tiebapic.baidu.com/forum/w%3D580/sign=628a53e1deea15ce41eee00186013a25/0c3df136afc379316be4bb4dfcc4b74542a91116.jpg', 'http://tiebapic.baidu.com/forum/w%3D580/sign=ab3da8b81ffa513d51aa6cd60d6c554c/a0f28194a4c27d1ee8a906a00cd5ad6edcc43817.jpg', 'http://tiebapic.baidu.com/forum/w%3D580/sign=cd93449f6ccb0a4685228b315b62f63e/a0ca33fae6cd7b895f319ce6182442a7d8330e47.jpg', 'http://tiebapic.baidu.com/forum/w%3D580/sign=4db63e3bcac451daf6f60ce386fc52a5/d86228dda3cc7cd9db7392bc2e01213fb90e9142.jpg', 'http://tiebapic.baidu.com/forum/w%3D580/sign=0b7aa52fcdb44aed594ebeec831d876a/c8f3b73533fa828b2b7c3b86ea1f4134960a5a41.jpg']
"""