Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Send a git-annex user-agent when downloading urls. | Joey Hess | 2013-09-28 |
| | | | | | | | | | Overridable with --user-agent option. Not yet done for S3 or WebDAV due to limitations of libraries used -- nether allows a user-agent header to be specified. This commit sponsored by Michael Zehrer. | ||
* | hlint | Joey Hess | 2013-09-25 |
| | | | | test suite still passes | ||
* | fix error propigating when unable to download feed item | Joey Hess | 2013-09-03 |
| | |||
* | importfeed: Also ignore transient problems with downloading content from feeds. | Joey Hess | 2013-09-03 |
| | |||
* | Youtube support! (And 53 other video hosts) | Joey Hess | 2013-08-22 |
| | | | | | | | | | | When quvi is installed, git-annex addurl automatically uses it to detect when an page is a video, and downloads the video file. web special remote: Also support using quvi, for getting files, or checking if files exist in the web. This commit was sponsored by Mark Hepburn. Thanks! | ||
* | importfeed: Fix handling of dots in extensions. | Joey Hess | 2013-08-03 |
| | |||
* | importfeed: Ignores transient problems with feeds. Only exits nonzero when a ↵ | Joey Hess | 2013-08-03 |
| | | | | feed has repeatedly had a problems for at least 1 day. | ||
* | improve importfeed --force; try to match existing files to avoid unncessary ↵ | Joey Hess | 2013-08-01 |
| | | | | duplication | ||
* | importfeed --force: re-download urls that have been seen before | Joey Hess | 2013-07-31 |
| | |||
* | improve comment | Joey Hess | 2013-07-28 |
| | |||
* | fix bug in makeUnique | Joey Hess | 2013-07-28 |
| | | | | Returned the possibly non-unique file | ||
* | better extension handling | Joey Hess | 2013-07-28 |
| | | | | | | | When there's no extension, don't use "none", but "". When there is an extension, it starts with a dot, so don't put a redundant dot in the default format. | ||
* | if a feed cannot be downloaded or has no enclosures, fail | Joey Hess | 2013-07-28 |
| | |||
* | don't crash on encoding issues in feeds | Joey Hess | 2013-07-28 |
| | | | | | | filesystem encoding to the rescue once more! IIRC this was the main bug in hpodder. | ||
* | show a side action when finding known urls | Joey Hess | 2013-07-28 |
| | |||
* | importfeed: git-annex becomes a podcatcher in 150 LOC | Joey Hess | 2013-07-28 |