~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to api/src/Movie/YouTube.php

  • Committer: Keith Hughitt
  • Date: 2012-04-02 19:25:08 UTC
  • mto: This revision was merged to the branch mainline in revision 699.
  • Revision ID: keith.hughitt@nasa.gov-20120402192508-mny212t8ulbem849
Preparing for 2.3.0 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        Zend_Loader::loadClass('Zend_Gdata_AuthSub');
46
46
        
47
47
        $this->_appId     = "Helioviewer.org User Video Uploader";
48
 
        $this->_clientId  = "Helioviewer.org (2.2.2)";
 
48
        $this->_clientId  = "Helioviewer.org (2.3.0)";
49
49
 
50
50
        $this->_testURL   = "http://gdata.youtube.com/feeds/api/users/default/uploads?max-results=1";
51
51
        $this->_uploadURL = "http://uploads.gdata.youtube.com/feeds/api/users/default/uploads";