summaryrefslogtreecommitdiff
path: root/Command/ImportFeed.hs
Commit message (Expand)AuthorAge
* use action, not sideActionGravatar Joey Hess2015-10-11
* ImportFeed: fix signature of mkquvi without libquviGravatar Ben Boeckel2015-08-23
* importfeed --relaxed: Avoid hitting the urls of items in the feed.Gravatar Joey Hess2015-08-19
* importfeed: Look at not only permalinks, but now also guids to identify previ...Gravatar Joey Hess2015-07-20
* converted ImportFeedGravatar Joey Hess2015-07-13
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* fromkey, registerurl: Allow urls to be specified instead of keys, and generat...Gravatar Joey Hess2015-05-22
* more time-1.5 fixesGravatar Joey Hess2015-05-10
* Improve quvi 0.4 output parsing to handle cases wher there is no known filena...Gravatar Joey Hess2015-05-08
* importfeed: Error out when passed a non-url.Gravatar Joey Hess2015-04-09
* importfeed: Fix feed download when curl is used.Gravatar Joey Hess2015-04-09
* importfeed: Avoid downloading a redundant item from a feed whose guid has bee...Gravatar Joey Hess2015-03-31
* addurl: Added --raw option, which bypasses special handling of quvi, bittorre...Gravatar Joey Hess2015-03-05
* addurl: When a Content-Disposition header suggests a filename to use, addurl ...Gravatar Joey Hess2015-01-22
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* revert parentDir changeGravatar Joey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itGravatar Joey Hess2015-01-06
* move dummy uuids to Annex.UUIDGravatar Joey Hess2014-12-17
* sanitize filepaths provided by checkUrlGravatar Joey Hess2014-12-11
* importfeed: Support for downloading urls claimed by remotesGravatar Joey Hess2014-12-11
* add missing quvi ifdefGravatar Joey Hess2014-12-11
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* fix build with old feedGravatar Joey Hess2014-07-19
* include feed url in repeated problems messageGravatar Joey Hess2014-07-14
* really add non-date metadata tooGravatar Joey Hess2014-07-03
* import metadata from feedsGravatar Joey Hess2014-07-03
* allow building with old feed lib, w/o pubdateGravatar Joey Hess2014-04-21
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* importfeed: Filename template can now contain an itempubdate variable. Needs ...Gravatar Joey Hess2014-04-07
* Probe for quvi version at run time.Gravatar Joey Hess2014-02-28
* add UrlOptions sum typeGravatar Joey Hess2014-02-24
* reorganize some files and importsGravatar Joey Hess2014-01-26
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* fix form of quvi urlGravatar Joey Hess2014-01-05
* check if quvi page url has already been downloaded beforeGravatar Joey Hess2014-01-05
* importfeed: Support youtube playlists.Gravatar Joey Hess2013-12-29
* add readFileStrictAnyEncodingGravatar Joey Hess2013-11-20
* Send a git-annex user-agent when downloading urls.Gravatar Joey Hess2013-09-28
* hlintGravatar Joey Hess2013-09-25
* fix error propigating when unable to download feed itemGravatar Joey Hess2013-09-03
* importfeed: Also ignore transient problems with downloading content from feeds.Gravatar Joey Hess2013-09-03
* Youtube support! (And 53 other video hosts)Gravatar Joey Hess2013-08-22
* importfeed: Fix handling of dots in extensions.Gravatar Joey Hess2013-08-03
* importfeed: Ignores transient problems with feeds. Only exits nonzero when a ...Gravatar Joey Hess2013-08-03
* improve importfeed --force; try to match existing files to avoid unncessary d...Gravatar Joey Hess2013-08-01
* importfeed --force: re-download urls that have been seen beforeGravatar Joey Hess2013-07-31
* improve commentGravatar Joey Hess2013-07-28
* fix bug in makeUniqueGravatar Joey Hess2013-07-28