if (tub != null) {
if ((tub.getStatus() == 2) || !tub.isUpdate()) {
System.out.println("Update from youtube : " + id);
String videoEntryUrl = "http://gdata.youtube.com/feeds/api/videos/"
+ id;
VideoEntry videoEntry = service.getEntry(new URL(
videoEntryUrl), VideoEntry.class);
tub.transformVideoEntry(videoEntry);
TubeModel.update(tub);
TubeModel.closePM();