diff --git a/scraper/src/Scrapers/Route.cs b/scraper/src/Scrapers/Route.cs index 675d588..39fe4ea 100644 --- a/scraper/src/Scrapers/Route.cs +++ b/scraper/src/Scrapers/Route.cs @@ -60,8 +60,8 @@ public class RouteScraper { DefaultRequestVersion = new Version(2, 0), DefaultRequestHeaders = { UserAgent = { - new ProductInfoHeaderValue("new-infofer-scraper", "0.0.1"), - new ProductInfoHeaderValue("(developed by DC Dev as a hobby, get in touch at webmasterdcdev.ro for any issues)"), + new ProductInfoHeaderValue("infotren-scraper", "0.0.2"), + new ProductInfoHeaderValue("(developed as a hobby)"), }, }, }; diff --git a/scraper/src/Scrapers/Station.cs b/scraper/src/Scrapers/Station.cs index 7f8f121..3858a1f 100644 --- a/scraper/src/Scrapers/Station.cs +++ b/scraper/src/Scrapers/Station.cs @@ -54,8 +54,8 @@ namespace InfoferScraper.Scrapers { DefaultRequestVersion = new Version(2, 0), DefaultRequestHeaders = { UserAgent = { - new ProductInfoHeaderValue("new-infofer-scraper", "0.0.1"), - new ProductInfoHeaderValue("(developed by DC Dev as a hobby, get in touch at webmasterdcdev.ro for any issues)"), + new ProductInfoHeaderValue("infotren-scraper", "0.0.2"), + new ProductInfoHeaderValue("(developed as a hobby)"), }, }, }; diff --git a/scraper/src/Scrapers/Train.cs b/scraper/src/Scrapers/Train.cs index 2a9f527..22eca02 100644 --- a/scraper/src/Scrapers/Train.cs +++ b/scraper/src/Scrapers/Train.cs @@ -72,8 +72,8 @@ namespace InfoferScraper.Scrapers { DefaultRequestVersion = new Version(2, 0), DefaultRequestHeaders = { UserAgent = { - new ProductInfoHeaderValue("new-infofer-scraper", "0.0.1"), - new ProductInfoHeaderValue("(developed by DC Dev as a hobby, get in touch at webmasterdcdev.ro for any issues)"), + new ProductInfoHeaderValue("infotren-scraper", "0.0.2"), + new ProductInfoHeaderValue("(developed as a hobby)"), }, }, };