After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 511776 - Update YoutubeModule to use Gdata
Update YoutubeModule to use Gdata
Status: RESOLVED FIXED
Product: conduit
Classification: Other
Component: dataproviders
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: conduit-maint@gnome.bugs
conduit-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2008-01-24 12:46 UTC by John Stowers
Modified: 2008-01-28 07:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
updated module to Gdata api (6.92 KB, patch)
2008-01-27 14:07 UTC, Renato Araujo Oliveira Filho
none Details | Review
removed unnecessary code (6.75 KB, patch)
2008-01-27 14:15 UTC, Renato Araujo Oliveira Filho
none Details | Review
Same but moved code to GoogleModule file (49.21 KB, patch)
2008-01-27 20:21 UTC, Thomas Van Machelen
none Details | Review

Description John Stowers 2008-01-24 12:46:11 UTC
Basically this code here

http://svn.pythonfr.org/public/pythonfr/video/youtube_client.py

Shows all that is needed to be done. The module should also move into the GoogleModule.py file
Comment 1 Renato Araujo Oliveira Filho 2008-01-27 14:07:45 UTC
Created attachment 103814 [details] [review]
updated module to Gdata api
Comment 2 Renato Araujo Oliveira Filho 2008-01-27 14:15:43 UTC
Created attachment 103815 [details] [review]
removed unnecessary code
Comment 3 Thomas Van Machelen 2008-01-27 20:21:16 UTC
Created attachment 103835 [details] [review]
Same but moved code to GoogleModule file

Same patch as above, except i moved it into GoogleModule, removed the old dir and updated some autotools foo.

John, is it ok if i commit this?
Comment 4 Thomas Van Machelen 2008-01-28 07:23:46 UTC
Committed to svn.  Renato, thanks for your original patch.