Fb2RSS

A Facebook to RSS conversion tool
git clone git://xatko.vsos.ethz.ch/Fb2RSS.git
Log | Files | Refs | Submodules

commit b19f52e86b9286a24b04ef07735db8d0d21442f7
parent ecf84ec9cf848cdf9460f3528d92d839742e3025
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Wed,  6 Jan 2016 20:40:42 +0100

Update Useragent.

Diffstat:
fbstream.d | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fbstream.d b/fbstream.d @@ -65,7 +65,7 @@ class FBStream : DRSS!(Post){ * Facebook does check this, and if it doesn't know it, it displays an * "Update your Browser"-Message */ - string userAgent="Mozilla/5.0 (Windows NT 6.1; rv:2.0.1) Gecko/20110504 Firefox/7.0.1"; + string userAgent="Mozilla/5.0 (Windows NT 6.3; rv:36.0) Gecko/20100101 Firefox/36.04"; ///The RSS-Header to append. string rss_header=`<?xml version="1.0" encoding="UTF-8" standalone="yes"?>`;