Skip to content

Commit ba57ab3

Browse files
authored
Update PDMain.java
1 parent 01b1be7 commit ba57ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/PDMain.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static void main(String args[])
1212
{
1313
long startTime=System.currentTimeMillis();
1414
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)");
15+
url = new URL("Download Link");
1616
HttpURLConnection httpConnection =(HttpURLConnection) url.openConnection();
1717
httpConnection.setRequestMethod("HEAD");
1818
Long fileSize=httpConnection.getContentLengthLong();

0 commit comments

Comments
 (0)