From: Antonio Ospite Date: Sun, 11 Aug 2013 23:13:56 +0000 (+0200) Subject: Use cURL for Tweeper::get_contents() too X-Git-Tag: v0.1~12^2~1 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/3e82c7699c0cf07313fe1ae7d5c5de18b13da470?ds=sidebyside;hp=3e82c7699c0cf07313fe1ae7d5c5de18b13da470 Use cURL for Tweeper::get_contents() too So that the same mechanism is used for getting content and info. Note, the "file://" scheme has to be prepended to local files so cURL can handle them. ---