I'm trying out using github as my autoupdater (been using googlecode previously), but having difficulty retrieving the raw file.
Tried:
GetPage(view-source:https://raw.github.com/riwu/Pascal-S.../master/vc.txt)
GetPage(https://raw.github.com/riwu/Pascal-S.../master/vc.txt)
Both returns nil.
On googlecode, GetPage('view-source:https://riwu-simba-scripts.googlecode.com/git/VC.txt') works perfectly.
EDIT: seems like i've to upload it and retrieve from http://cloud.github.com/downloads/ri...Scripts/vc.txt. Is there no way to directly extract from the source? (i'm presuming it's because of the 'https' security, but it works on googlecode!)

