summaryrefslogtreecommitdiff
path: root/Command/ImportFeed.hs
Commit message (Expand)AuthorAge
* toFeed was unused so removeGravatar Joey Hess2017-08-28
* Support building with feed-1.0, while still supporting older versions.Gravatar Joey Hess2017-08-28
* Drop support for building with old versions of directory, feed, and http-types.Gravatar Joey Hess2017-03-10
* improve display of checking known urlsGravatar Joey Hess2017-02-28
* remove old debug printGravatar Joey Hess2017-02-28
* Always use filesystem encoding for all file and handle reads and writes.Gravatar Joey Hess2016-12-24
* analysisGravatar Joey Hess2016-12-19
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* importfeed: Drop URL parameters from file extension.Gravatar Joey Hess2016-10-17
* remove 3 build flagsGravatar Joey Hess2016-01-26
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* 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