]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
wget.py: parse only <a> tags
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Fri, 4 Dec 2015 11:00:20 +0000 (13:00 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Dec 2015 16:59:33 +0000 (16:59 +0000)
commit7546d4aeb3ba8fda9832081b84d93138dc5e58d6
tree9bec332142732f8d443224c80faa439b1f4a37e6
parent649d563f95ffc57d0fe3dbf494e7dbffcc99a1b4
wget.py: parse only <a> tags

For two reasons:
1) The important one: we hit the following bug when doing upstream version checks
on some webpages:
https://bugs.launchpad.net/beautifulsoup/+bug/1471755

2) Also, documentation for beautifulsoup states that memory usage and
speed is improved that way.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/fetch2/wget.py