1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-11-25 23:42:49 +02:00

boom/dist/dk/dk-catq.pl: allow out-of-stock parts

This commit is contained in:
Werner Almesberger 2010-10-17 00:41:09 -03:00
parent dff11db9e7
commit b66b71f560

View File

@ -1,7 +1,8 @@
#!/usr/bin/perl #!/usr/bin/perl
$BASE = "http://search.digikey.com/scripts/DkSearch/dksus.dll"; $BASE = "http://search.digikey.com/scripts/DkSearch/dksus.dll";
$QMOD = "stock=1&pbfree=1&rohs=1"; #$QMOD = "stock=1&pbfree=1&rohs=1";
$QMOD = "pbfree=1&rohs=1";
$URL = "$BASE?$QMOD&k="; $URL = "$BASE?$QMOD&k=";
$DEBUG = 0; $DEBUG = 0;