Jari Aalto wrote, Thursday, October 01, 2009 9:00 AM
   $ uscan --report-status
   uscan warning: In debian/watch,
   no matching hrefs for watch line
   http://www.getdropbox.com/downloading nautilus-dropbox-(.+)\.tar\.bz2

But the href appears in the page:

$ wget -O - http://www.getdropbox.com/downloading | egrep 'nautilus-dropbox-(.+)\.tar\.bz2'

<li><img src="/static/images/linux-icon.png" style="height: 1em; border: 0px;"/> <a href="/download?dl=packages/nautilus-dropbox-0.6.1.tar.bz2">Source</a></li>

Not when I try it:

$ wget -O- http://www.getdropbox.com/downloading | grep bz2
--2009-10-01 09:19:51--  http://www.getdropbox.com/downloading
Resolving www.getdropbox.com... 174.36.30.67
Connecting to www.getdropbox.com|174.36.30.67|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `STDOUT'

   [ <=>                                   ] 10,068      62.2K/s   in 0.2s

2009-10-01 09:19:52 (62.2 KB/s) - `-' saved [10068]

I get the same result when attempting the download from any of multiple locations.

Adam



--
To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.

Reply via email to