1 2 3 4 5 6 7 8
|
version=3
# - current_os=26 is the form value when selecting "Platform independent"
# - the download url is mangled to use the MySQL CDN, as you would have been redirected by the browser
# - the matched url is for the GPG key (...) so we need to mangle the filename to download the right file
opts=filenamemangle=s/.*=(.*)/$1/,downloadurlmangle=s/dev.mysql.com\/downloads\/gpg.php\?file=/cdn.mysql.com\/Downloads\/Connector-Python\// \
http://dev.mysql.com/downloads/connector/python/?os=26 .*mysql-connector-python-([\d.]+)\.tar\.gz
|