We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b1be7 commit ba57ab3Copy full SHA for ba57ab3
src/app/PDMain.java
@@ -12,7 +12,7 @@ public static void main(String args[])
12
{
13
long startTime=System.currentTimeMillis();
14
try{
15
- url = new URL("https://mp3download.center/get-file?vid=JIuYQ_4TcXg&quality=320&title=En%20Vogue%20-%20%22My%20Lovin%27%20You%27re%20Never%20Gonna%20Get%20It%22%20(Official%20Music%20Video)");
+ url = new URL("Download Link");
16
HttpURLConnection httpConnection =(HttpURLConnection) url.openConnection();
17
httpConnection.setRequestMethod("HEAD");
18
Long fileSize=httpConnection.getContentLengthLong();
0 commit comments