Warning: session_start(): open(/var/lib/php/sessions/sess_s8kqof5ll8gqe119bdj64ams0d, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!752
p {
S url = getIt("https://www.youtube.com/watch?v=4GuqB1BQVr4");
print("URL: " + url);
print("Size: " + getURLSizeByHEAD(url));
}
sclass Meta {
public String num;
public String type;
public String ext;
Meta(String num, String ext, String type) {
this.num = num;
this.ext = ext;
this.type = type;
}
}
sclass Video {
public String ext = "";
public String type = "";
public String url = "";
Video(String ext, String type, String url) {
this.ext = ext;
this.type = type;
this.url = url;
}
}
static L