mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
2017-08-31 Fred Gleason <fredg@paravelsystems.com>
* Modified web client components to use a distinctive http USER_AGENT string.
This commit is contained in:
@@ -199,7 +199,7 @@ void MainObject::RunDownload(CatchEvent *evt)
|
||||
(const char *)evt->resolvedUrl(),
|
||||
(const char *)evt->tempName(),
|
||||
evt->id()));
|
||||
RDDownload *conv=new RDDownload(catch_config->stationName(),this);
|
||||
RDDownload *conv=new RDDownload(catch_config,this);
|
||||
|
||||
conv->setSourceUrl(RDUrlEscape(evt->resolvedUrl()));
|
||||
conv->setDestinationFile(evt->tempName());
|
||||
@@ -321,7 +321,7 @@ void MainObject::RunUpload(CatchEvent *evt)
|
||||
(const char *)evt->
|
||||
resolvedUrl(),
|
||||
evt->id()));
|
||||
RDUpload *conv=new RDUpload(catch_config->stationName(),this);
|
||||
RDUpload *conv=new RDUpload(catch_config,this);
|
||||
conv->setSourceFile(evt->tempName());
|
||||
conv->setDestinationUrl(evt->resolvedUrl());
|
||||
QString url_username=evt->urlUsername();
|
||||
|
||||
Reference in New Issue
Block a user