summaryrefslogtreecommitdiff
path: root/rhimport/fetcher.go
Commit message (Expand)AuthorAgeFilesLines
* youtube-dl needs '--netrc' for CBA...Christian Pointner2016-09-021-1/+1
* youtube-dl fetches CBA api key from .netrc nowChristian Pointner2016-09-021-3/+0
* added sine:// fetcherChristian Pointner2016-08-041-2/+39
* some code cleanupChristian Pointner2016-08-041-102/+132
* some more bugfixes for new source file policy semanticsChristian Pointner2016-08-041-59/+41
* temporary work dir is now handled by session (no support for soure file polic...Christian Pointner2016-08-041-74/+7
* move some output to debug logChristian Pointner2016-08-031-4/+4
* added ExtraMetaData to context for converters who support thisChristian Pointner2016-08-031-11/+8
* major name refactoring (don't export all the internal stuff)Christian Pointner2016-07-281-20/+20
* replaced fake importer with silence importer (needs love)Christian Pointner2016-07-281-27/+41
* no seperate log for lib anymore - use logger from host application insteadChristian Pointner2016-07-241-53/+54
* print number of bytes in case of premature attachment closeChristian Pointner2016-07-231-1/+1
* changed return code when attachment is too shortChristian Pointner2016-07-231-3/+3
* slightly improved logoutputChristian Pointner2016-07-231-3/+4
* session can now haven an attached uploader .. needs testingChristian Pointner2016-07-221-6/+12
* reading CBA Api right before every call to youtube-dlChristian Pointner2016-07-211-1/+4
* read CBA API Key on startupChristian Pointner2016-07-211-10/+11
* improved sanity checking before fetch/import startsChristian Pointner2016-07-151-4/+7
* progress messages now contain file titleChristian Pointner2016-07-151-2/+11
* normalizer can now be canceledChristian Pointner2016-07-151-3/+3
* simplified progress reportsChristian Pointner2016-07-151-46/+10
* include cart/cut in progress if availableChristian Pointner2016-07-141-8/+8
* improved cancelingChristian Pointner2016-07-141-12/+28
* simplified call to converter GetResultChristian Pointner2016-07-141-7/+4
* added support for youtube-dlChristian Pointner2016-07-141-0/+62
* also reduce/increase channels from source fileChristian Pointner2016-07-131-3/+3
* very basic support for loudness correctionChristian Pointner2016-07-131-4/+11
* use original fielname for cut/cart titleChristian Pointner2016-07-081-4/+6
* add DATE metadata on archiv fetcherChristian Pointner2016-07-071-0/+1
* minor bugfixes with metadata formatChristian Pointner2016-07-071-1/+1
* archiv importer add metadataChristian Pointner2016-07-071-5/+11
* fetch-converter interface now as parameter for extra metadataChristian Pointner2016-07-071-3/+3
* send curl progress message from within write functionChristian Pointner2016-06-301-5/+8
* set buffer size for 1MB for archiv importerChristian Pointner2016-06-301-0/+2
* handle http status codes from curlChristian Pointner2016-06-301-0/+12
* limit maximum file size for downloads without max sizeChristian Pointner2016-06-301-1/+9
* fixed source file policy for local importerChristian Pointner2016-06-301-14/+19
* fetch converter for local:// - needs testing...Christian Pointner2016-06-301-10/+85
* attachement fetcher now uses converter as wellChristian Pointner2016-06-301-18/+23
* make fetch converter configurableChristian Pointner2016-06-301-17/+18
* added converter fetcherChristian Pointner2016-06-301-12/+33
* enforce maximum file sizeChristian Pointner2016-06-271-9/+32
* changed signature of progress callbackChristian Pointner2016-06-271-16/+15
* fixed canceling when uploading connection is goneChristian Pointner2016-06-241-2/+14
* added attachment fetcherChristian Pointner2016-06-241-23/+107
* fix archiv fetcher url formatChristian Pointner2016-05-091-2/+2
* print error from easy.Perfom to logChristian Pointner2016-05-071-0/+2
* print cancel message after curl perform returnedChristian Pointner2016-05-071-1/+2
* fix handling of errernous files in curl urlsChristian Pointner2016-05-061-1/+6
* refactored curl/archiv fetcher to handle write errors correctlyChristian Pointner2016-05-061-81/+91