Example #1
0
 internal static String CreateUpdateLink(string _apiKey, TvdbConnector.Util.UpdateInterval _interval, bool _zipped)
 {
     return TvdbLinks.ActiveMirror.MirrorPath + "/api/" + _apiKey + "/updates/updates_"
      + _interval.ToString() + (_zipped ? ".zip" : ".xml");
 }
Example #2
0
 internal static String CreateUpdateLink(string _apiKey, TvdbConnector.Util.UpdateInterval _interval)
 {
     return TvdbLinks.ActiveMirror.MirrorPath + "/api/" + _apiKey + "/updates/updates_" + _interval.ToString() + ".xml";
 }