|
|
@ -82,7 +82,7 @@ namespace Emby.Server.Implementations.News
|
|
|
|
|
|
|
|
|
|
|
|
var requestOptions = new HttpRequestOptions
|
|
|
|
var requestOptions = new HttpRequestOptions
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Url = "https://emby.media/community/index.php?/blog/rss/1-media-browser-developers-blog",
|
|
|
|
Url = "https://github.com/jellyfin/jellyfin",
|
|
|
|
Progress = new SimpleProgress<double>(),
|
|
|
|
Progress = new SimpleProgress<double>(),
|
|
|
|
UserAgent = "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.42 Safari/537.36",
|
|
|
|
UserAgent = "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.42 Safari/537.36",
|
|
|
|
BufferContent = false
|
|
|
|
BufferContent = false
|
|
|
|