tweeper.php: move loading the stylesheet into the Tweeper class
authorAntonio Ospite <ao2@ao2.it>
Fri, 27 Feb 2015 15:54:57 +0000 (16:54 +0100)
committerAntonio Ospite <ao2@ao2.it>
Fri, 27 Feb 2015 15:54:57 +0000 (16:54 +0100)
commit50842e9d4c8ba313313710d0b4472548390cd77b
tree82a1494f3d1f6646d4c2c929e11a92145bc29a04
parentdd95ff95a6089a7e0eb2207aba9f6266afd3b2fe
tweeper.php: move loading the stylesheet into the Tweeper class

Let the Tweeper class load the stylesheet, specifically when the tweep()
method is called.

This way the same Tweeper object can be reused to convert different URLs
from different websites.
tweeper.php