Tweeper.php: update the User-Agent string to fix parsing twitter.com
authorAntonio Ospite <ao2@ao2.it>
Thu, 24 May 2018 21:43:16 +0000 (23:43 +0200)
committerAntonio Ospite <ao2@ao2.it>
Thu, 24 May 2018 21:43:16 +0000 (23:43 +0200)
commitd9aa66bef1f3724e1714d4ae6b45fca98e0dcd11
treedd06134c95446a172765321a88ae8eff0810a003
parent2bcb8505afe0be35329589845f835c9a64d709a8
Tweeper.php: update the User-Agent string to fix parsing twitter.com

It looks like twitter.com started serving the mobile version of the site
to old browsers and Tweeper cannot parse that content.

By using a more up to date User-Agent string twitter.com returns the
desktop version of the page which Tweeper can process without problems.
src/Tweeper.php