Archive - Issue
- Date
- Type
URLs for media from various podcasts have started to add strings similar to the following to their enclosure URLs.
?nvb=20080523061816&nva=20080524061816&t=09626258217c34868c7d8
The xslt and wget commands don't strip this out, resulting in files being saved with this in their filename.
.netrc is an already defined file standard that is already recognized by curl for storing usernames and passwords.
curl doesn't insist that this file not be world readable, so checks will still need to be made to ensure that it is a secure file.
Users would then simply add lines like:
machine twitter.com login kemitix password my-twitter-password
machine myproxy login myproxyuser password my-proxy-password
A normal proxy can be used by setting the $http_proxy environment variable, but an authenticating proxy need curl to send it a username and password.
The JSON status confirmation message that is returned from twitter.com when a message is posted should be quietly discarded. It is currently being dumped on the command line.
Changelog for 0.0.3 said that this had been fixed but it hasn't. I/YOU LIED!