Mahabharat (Star Plus) – All Episodes [1 – 267]
[UPDATE] New Download Utility skdmrk-df.jar v1.0 Dated: 07/01/2023
I have added 2 (two) set of links now, please try s1 first and if you see error then try s2
We have been watching the latest rendition of Mahabharat by Start Plus as well, and it’s pretty impressive to say the least. Finding HD links and downloading all the episodes was a not-so-simple process and knowing how beneficial it can be watching and learning from Mahabharat too, I thought of finding an easy way to track them and collate them. There are links available all over the internet for the episodes, I have updated my Java program to dynamically track these URL’s and allow you to access them 😉
You will need couple of tools to run this Java program:
- 7Zip – Please see the video below to see how you can download and install it. Click here to download the software.
- Java – Please see the video below to see how you can download and install it. Click here to download the software.
Process is pretty straight forward but if you need some guidance then you can use the steps below:
Step 1: Download skdmrk-df.zip file (Right Click on the Link and select “Save Link As”) from here or above. Once downloaded extract it to get single skdmrk-df.jar file.
Step 2: Open CMD window to run the Java program. Enter DOS prompt from START MENU or in Windows (SHIFT + Right Mouse Click) (see snapshot below), if on Linux/Mac (CTRL + ALT + T) then start Terminal.
Step 3: Once in the CMD window, execute the program based on the instructions as below:
Please see instructions as below: d : Download DKDM m : Download Mahabharat s1 : Download from Server # 1 s2 : Download from Server # 2 x : Download Episode # x x-y : Download Episodes from x to y Usage Example: Download all MB Episodes from Server # 1: java -jar df.jar m s1 Download all MB Episodes from Server # 2: java -jar df.jar m s2 Download MB Episode # 10 from Server # 1: java -jar df.jar m s1 10 Download MB Episode # 10 from Server # 2: java -jar df.jar m s2 10 Download MB Episodes # 10 till 100 from Server # 1: java -jar df.jar m s1 10-100 Below you see the output if you don't specify any parameters: Below command will download all episodes for MB from Server # 1. If you get an error, please try couple of times before switching to Server # 2.
Also, you may see the video below for step-by-step guide.
If you see any downloaded file with extension as .Z01, .Z02 and so on, then don’t worry, look for a file with same name but ending with .zip extension. Right click on it and select “Extract Here”, as below:
Download Size ~ 50+ GB
when running on JAVA 10 having this issue Exception in thread “main” java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
Exception in thread “main” java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
at com.dimtoo.download.FileCrypt.encodeHexString(FileCrypt.java:346)
at com.dimtoo.download.FileCrypt.mpi_to_int(FileCrypt.java:213)
at com.dimtoo.download.FileHandler.initialization_process(FileHandler.java:117)
at com.dimtoo.download.FileHandler.initialize(FileHandler.java:77)
at com.dimtoo.download.HttpDownloadUtility.downloadFile(HttpDownloadUtility.java:33)
at com.dimtoo.download.Download.main(Download.java:54)
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
Hi Mahanth,
Seems like you will have to upgrade your JAVA to latest version and try again.
Hi Akhil
i am trying to download on my mac,i installed IDK and Java but when i run the command it says no such file/directory plus.
could you please help me in this error.
thanks a lot in advance .
Mohit
Hi Mohit,
Please share the following information with me (on facebook page for faster response):
1. Complete path of the folder where you have extracted the zip file
2. Complete path of the folder where you are going to save the videos
3. Command you are trying to execute
Could you please share you fb link as i trying to find but there are multiple fb accounts.
thanks brother
Thank You very much. The process worked and I am enjoying watching Mahabharat.
Hi Mayank,
I am glad it worked out. Enjoy 🙂
hi i am not able to download mahabharat episodes after 28 and i have tried your commands and use different vpn as well but not working. please help
Hi Sumit,
Sometimes the download server would limit your download beyond 10 or 20 GB’s. Please try again after 24 hours or using a different ISP. Let me know.
my internet connection is good that’s why……..
PS C:\Users\Public\New> java -jar df.jar MAHABHARAT.txt C:\Users\Public\maha
Download started
0% / ERROR DOWNLOADING FILE…
Hi Pratik,
You must have hit the daily download limit. Please try again after 24 hours or try a different ISP.
Hello
I am getting this error while trying to download the file. I am using MAC. Can you help.
Exception in thread “main” java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
at com.dimtoo.download.FileCrypt.encodeHexString(FileCrypt.java:346)
at com.dimtoo.download.FileCrypt.mpi_to_int(FileCrypt.java:213)
at com.dimtoo.download.FileHandler.initialization_process(FileHandler.java:117)
at com.dimtoo.download.FileHandler.initialize(FileHandler.java:77)
at com.dimtoo.download.HttpDownloadUtility.downloadFile(HttpDownloadUtility.java:33)
at com.dimtoo.download.Download.main(Download.java:50)
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
… 6 more
Hi Swati,
1. Make sure you have installed the latest version of JAVA.
2. You have SUDO access in your terminal window.
Hey Akhil,
I started downloading all the episodes today, but afte 16th episode only 92nd episode got download. For rest of the episodes I am getting below error. I also tried to download in parts but it is not working. Can you please help me with this.
F:\New>java -jar df.jar MAHABHARAT.txt F:\Maha* 17-91
Download started
0% / ERROR DOWNLOADING FILE…
Download started
0% / ERROR DOWNLOADING FILE…
Hi Vrushal,
Sometimes if there is too much traffic, it would skip a number of episodes. I would suggest to try again or use a different ISP.
this error i got
pawan-laptop:df_MAHABHARAT_V2.0 pawan$ java -jar df.jar MAHABHARAT.txt /Users/pawan/Downloads/df_MAHABHARAT_v2.0/MAHABHARAT
Exception in thread “main” java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
at com.dimtoo.download.FileCrypt.encodeHexString(FileCrypt.java:346)
at com.dimtoo.download.FileCrypt.mpi_to_int(FileCrypt.java:213)
at com.dimtoo.download.FileHandler.initialization_process(FileHandler.java:117)
at com.dimtoo.download.FileHandler.initialize(FileHandler.java:77)
at com.dimtoo.download.HttpDownloadUtility.downloadFile(HttpDownloadUtility.java:33)
at com.dimtoo.download.Download.main(Download.java:54)
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
… 6 more
Hi Pawan,
1. Make sure you have the latest version of JAVA installed.
2. Make sure you started the CMD window as an administrator.
Hello i Download some Episode but now i am trying then give me this kind of error
Exception in thread “main” java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
at com.dimtoo.download.FileCrypt.encodeHexString(FileCrypt.java:346)
at com.dimtoo.download.FileCrypt.mpi_to_int(FileCrypt.java:213)
at com.dimtoo.download.FileHandler.initialization_process(FileHandler.java:117)
at com.dimtoo.download.FileHandler.initialize(FileHandler.java:77)
at com.dimtoo.download.HttpDownloadUtility.downloadFile(HttpDownloadUtility.java:33)
at com.dimtoo.download.Download.main(Download.java:54)
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
My Java version 10.0
Hi Bipin,
Latest one is v8.0. Please run the setup and upgrade to the latest.
Hi Bipin,
Make sure you have started the CMD window as an admin!
Hi Akhil,
I am facing error “Invalid or corrupt jarfile MAHABHARAT.txt”
Could you please let me know what is the issue here.
Is MAHABHARAT.txt file corrupted. WHat changes do I need to do it make it work
Hi Dinesh,
Please share the following information with me (on facebook page for faster response):
1. Complete path of the folder where you have extracted the zip file
2. Complete path of the folder where you are going to save the videos
3. Command you are trying to execute
I am unable the download all episode. I have download upto 27 episode, after that i got this error.( error downloading file)
so please resolve my issue.
Sometimes the download server would limit your download beyond 10 or 20 GB’s. Please try again after 24 hours or using a different ISP. Let me know.
Thank you very much for sharing this info… I am not able to download below 51 files.. from 161-215 remaining I was able to download …pl. help
java -jar df.jar MAHABHARAT.txt C:\All-Personal\All-Serials\MAHABHARAT 161-215
Getting below error ..
ERROR DOWNLOADING FILE…
Hi Rama,
Thank you for your kind words. You should be able to download all episodes. Try connecting from a different ISP and let me know.
I am not able to download now… 174 episode… Getting below error ..
ERROR DOWNLOADING FILE…
92 and 174 files are not able to download ..please help.
Hi Rama,
Please share the following information with me (on facebook page for faster response):
1. Complete path of the folder where you have extracted the zip file
2. Complete path of the folder where you are going to save the videos
3. Command you are trying to execute
i want to download episode 9 what should i do>?
pls give me the code
above mentioned didn’t work / i didnt understand .
DOWNLOAD STARTED
DOWNLOAD ERROR.
pls help
i have to show this to my grandfather,
Hi Subash,
Please share the following information with me (on facebook page for faster response):
1. Complete path of the folder where you have extracted the zip file
2. Complete path of the folder where you are going to save the videos
3. Command you are trying to execute
I got this type of notice so, what can i do now?
java : The term ‘java’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ java -jar df.jar MAHABHARAT.txt C:\Users\Public\Downloads
+ ~~~~
+ CategoryInfo : ObjectNotFound: (java:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Hi Apurv,
You need to install JAVA first, please check out the video on how to do it.
Exception in thread “main” java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
at com.dimtoo.download.FileCrypt.encodeHexString(FileCrypt.java:346)
at com.dimtoo.download.FileCrypt.mpi_to_int(FileCrypt.java:213)
at com.dimtoo.download.FileHandler.initialization_process(FileHandler.java:117)
at com.dimtoo.download.FileHandler.initialize(FileHandler.java:77)
at com.dimtoo.download.HttpDownloadUtility.downloadFile(HttpDownloadUtility.java:33)
at com.dimtoo.download.Download.main(Download.java:54)
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
… 6 more
Hi Sam,
Seems like JAVA issue, please download latest version of JAVA and try again.
Can you please add RadhaKrishn that airs on Star Bharat?
Hi Curious,
Sorry I do not have access to any media on RadhaKrishna 🙁
Can you please help downloading in “TELUGU” language
Hi Venkat,
Sorry I do not have them in any other language 🙁
Hi
getting: Download started
ERROR DOWNLOADING FILE…
Download started
ERROR DOWNLOADING FILE…
Hi Sandeep,
Please share the following information with me (on facebook page for faster response):
1. Complete path of the folder where you have extracted the zip file
2. Complete path of the folder where you are going to save the videos
3. Command you are trying to execute
49-72 and 97-120 missing
Hi Advice,
People have been able to download all episodes. Please try again.
Hello Akhil,
You have done really a fabulous job by making these videos available for download and the way of transfer the files is really amazing. However, I am unable to download videos after episode 48. It keeps giving a message of “ERROR IN DOWNLOAD”. I tried to download from another computer on a different line but the problem is still same.
Could you please check the problem and solve it? I really want these videos to download for my mom.
Hi Ravi,
Thank you for your kind words. Sometimes the download server would limit your download beyond 10 or 20 GB’s. Please try again after 24 hours or using a different ISP. Let me know.
mujhe particular episodes download karne he 10-50 uppar ka code likha phar nahi mila please bataiye
main command he plzz help
Hi Ishan,
Please share the following information with me (on facebook page for faster response):
1. Complete path of the folder where you have extracted the zip file
2. Complete path of the folder where you are going to save the videos
3. Command you are trying to execute
particular episodes download kaene ka command
You can add the episode range at the end of the command to start from any episode i.e. add 7-267 if you have to start from 7th episode.
Hi Akhil,
I am unable to download the episodes. I followed everything from the video. This is what I keep getting. Please help me.
C:\Users\Shital>java -jar df.jar df_MAHABHARAT.txt C:\Users\Shital\Downloads\Mahabharat\df_MAHABHARAT_v2.0\Maha
Error: Unable to access jarfile df.jar
here is my path- C:\Users\Shital\Downloads\Mahabharat\df_MAHABHARAT_v2.0\Maha
Hi Shital,
Use this command: java -jar C:\Users\Shital\Downloads\Mahabharat\df_MAHABHARAT_v2.0\df.jar C:\Users\Shital\Downloads\Mahabharat\df_MAHABHARAT_v2.0\df_MAHABHARAT.txt C:\Users\Shital\Downloads\Mahabharat\df_MAHABHARAT_v2.0\Maha
showing error in downloading
not a single episode has been downloaded
C:\Users\muham\Downloads\Compressed\New folder>java -jar df.jar MAHABHARAT.txt C:\Users\muham\Downloads\Compressed\New_folder\maha
Download started
ERROR DOWNLOADING FILE…
Download started
ERROR DOWNLOADING FILE…
Download started
ERROR DOWNLOADING FILE…
Download started
ERROR DOWNLOADING FILE…
Download started
ERROR DOWNLOADING FILE…
Download started
ERROR DOWNLOADING FILE…
tried 3 times still doesn’t work can u help me
Hi Saeed,
Sometimes the download server would limit your download beyond 10 or 20 GB’s. Please try again after 24 hours or using a different ISP. Let me know.
Hi i am unable to download from 39 onward it showing an error until 39 it was good what to do
Hi Shraddha,
Please share the following information with me (on facebook page for faster response):
1. Complete path of the folder where you have extracted the zip file
2. Complete path of the folder where you are going to save the videos
3. Command you are trying to execute
Sometimes the download server would limit your download beyond 10 or 20 GB’s. Please try again after 24 hours or using a different ISP. Let me know.
hi sir i am unable to download episodes 18-264 … it shows error dring the downloading please help me..
Hi Kanish,
Please share the following information with me (on facebook page for faster response):
1. Complete path of the folder where you have extracted the zip file
2. Complete path of the folder where you are going to save the videos
3. Command you are trying to execute
hi i can download first 17 episode then “Error Downloading File” display and not download any episode , please Help.
Thank you
Hi Hiksh,
Please share the following information with me (on facebook page for faster response):
1. Complete path of the folder where you have extracted the zip file
2. Complete path of the folder where you are going to save the videos
3. Command you are trying to execute
hi akhil
i m unable to download the same please help . when i am running the command its showing this again and again…
.JSONException: A JSONObject text must begin with ‘{‘ at 1 [character 2 line 1]
at org.json.JSONTokener.syntaxError(JSONTokener.java:432)
at org.json.JSONObject.(JSONObject.java:184)
at org.json.JSONObject.(JSONObject.java:310)
at com.dimtoo.download.FileHandler.initialize(FileHandler.java:77)
at com.dimtoo.download.HttpDownloadUtility.downloadFile(HttpDownloadUtility.java:33)
at com.dimtoo.download.Download.main(Download.java:54)
I have updated the ZIP file to v3.0, please download it and follow instructions 🙂
HI i can download first 16 episodes then it showing “Error Downloading file” please help me
I have updated the ZIP file to v3.0, please download it and follow instructions 🙂
Good evening sir,
Please sir send me link of following episode
Ep-25-36
Ep-49-61
EP- 61-72
EP 97-to 120
I hope that you will send me link
Thank you sir
Please see the video and following instructions on the page.
plese help me sir ,
After 32 episode downloding then after no any episode downlode
I have updated the ZIP file to v3.0, please download it and follow instructions 🙂
Amazing job, Akhil. Your program is still working fine 🙂 Great efforts with You tube video etc. And all that for free.
Just wanted to share solution for classnotfound error.
If anyone facing this error: java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
Reason: You are using Java version above 8 (most likely 9/10) You can check your java version with this command:
java -version
If your version shows 9 or 10, you need to add extra param like this: –add-modules java.xml.bind
Reason: Above module is deprecated in higher versions of java
So final command would look somewhat like this:
java –add-modules java.xml.bind -jar df.jar MAHABHARAT.txt “C:\mahabharat\MB new\df_MAHABHARAT_v2.0” 1
Hope this helps.
Thanks,
Manoj G.
Thank you Manoj for the kind words and a solution, appreciate it 🙂
Hi recently I have been getting a strange text when attempting to download the remainder of the Mahabharat episodes. This is the text I put into the cmd promt
java -jar df.jar MAHABHARAT.txt “C:\Users\billy\Desktop\Phase I\Maha” 185-267
But in return i get this message repeating
org.json.JSONException: A JSONObject text must begin with ‘{‘ at 1 [character 2 line 1]
at org.json.JSONTokener.syntaxError(JSONTokener.java:432)
at org.json.JSONObject.(JSONObject.java:184)
at org.json.JSONObject.(JSONObject.java:310)
at com.dimtoo.download.FileHandler.initialize(FileHandler.java:77)
at com.dimtoo.download.HttpDownloadUtility.downloadFile(HttpDownloadUtility.java:33)
at com.dimtoo.download.Download.main(Download.java:54)
Any idea why this is happening and how to correct it would be greatly appreciated. I only have a few left. Thanks.
I have updated the ZIP file to v3.0, please download it and follow instructions 🙂
Hi bro
I am trying to download it on wndows 10. but its not doing anything.
i have downloaded .zip files for both but when i am creating folder after extracting files then nothing happening.
Also in windows 10 its not showing command prompt, i have to open it in powershell. and command is not working
Could you plz guide me through it.
Thnx
Nik
It will work on Powershell, let me know what ERROR you are getting!
Hi. I have been having an issue downloading episodes for Mahabarhat recently .
This message shows up when attempting to download the remaining 67 episodes. Please advise on how to correct this. thanks.
org.json.JSONException: A JSONObject text must begin with ‘{‘ at 1 [character 2 line 1]
at org.json.JSONTokener.syntaxError(JSONTokener.java:432)
at org.json.JSONObject.(JSONObject.java:184)
at org.json.JSONObject.(JSONObject.java:310)
at com.dimtoo.download.FileHandler.initialize(FileHandler.java:77)
at com.dimtoo.download.HttpDownloadUtility.downloadFile(HttpDownloadUtility.java:33)
at com.dimtoo.download.Download.main(Download.java:54)
I have updated the ZIP file to v3.0, please download it and follow instructions 🙂
Hi can you please help me to download the videos? i am only able to download the first episode after that i get error downloading file.
I have updated the ZIP file to v3.0, please download it and follow instructions 🙂
Hi,
i am not downloading mahabharat
please help me.
java -jar df.jar MAHABHARAT.txt C:\Users\Lenovo\Documents\df_MAHABHARAT_v2.0\Mahabharat
Error
org.json.JSONException: A JSONObject text must begin with ‘{‘ at 1 [character 2 line 1]
thanks,
I have updated the ZIP file to v3.0, please download it and follow instructions 🙂
still can i down load this files??
have you downloaded? i tried first episode downloaded after that no. again tried getting below issue. maybe download links are expired and needs mahabharat.txt file update??
org.json.JSONException: A JSONObject text must begin with ‘{‘ at 1 [character 2 line 1]
at org.json.JSONTokener.syntaxError(JSONTokener.java:432)
at org.json.JSONObject.(JSONObject.java:184)
at org.json.JSONObject.(JSONObject.java:310)
at com.dimtoo.download.FileHandler.initialize(FileHandler.java:77)
at com.dimtoo.download.HttpDownloadUtility.downloadFile(HttpDownloadUtility.java:33)
at com.dimtoo.download.Download.main(Download.java:54)
I have updated the ZIP file to v3.0, please download it and follow instructions 🙂
Hello Mr Akhil,
Thanks for sharing such a great articles. Well i have downloaded 176 mahabharat episodes beofre and got busy to download the rest. Now I am trying to download them again and it’s not working. Please share your knowledge to download the rest. Thanks.
Nitesh Panchal
Thank you for the kind words. I have updated the ZIP file to v3.0, please download it and follow instructions 🙂
Hi Akhil,
Can we still download the content?
Sorry, there is no torrent!
Hi Akhil,
I was able to download the first episode, but started getting JSON error after that every time I ran the utility for any episode. I also tried with VPN, but same error persists. The error goes on in an infinite loop and I have to hit Ctrl-C to get back to command prompt. Do you have a solution to this issue?
C:\new>java -jar df.jar MAHABHARAT.txt C:\maha
org.json.JSONException: A JSONObject text must begin with ‘{‘ at 1 [character 2 line 1]
at org.json.JSONTokener.syntaxError(JSONTokener.java:432)
at org.json.JSONObject.(JSONObject.java:184)
at org.json.JSONObject.(JSONObject.java:310)
at com.dimtoo.download.FileHandler.initialize(FileHandler.java:77)
at com.dimtoo.download.HttpDownloadUtility.downloadFile(HttpDownloadUtility.java:33)
at com.dimtoo.download.Download.main(Download.java:54)
org.json.JSONException: A JSONObject text must begin with ‘{‘ at 1 [character 2 line 1]
at org.json.JSONTokener.syntaxError(JSONTokener.java:432)
at org.json.JSONObject.(JSONObject.java:184)
at org.json.JSONObject.(JSONObject.java:310)
at com.dimtoo.download.FileHandler.initialize(FileHandler.java:77)
at com.dimtoo.download.HttpDownloadUtility.downloadFile(HttpDownloadUtility.java:33)
at com.dimtoo.download.Download.main(Download.java:54)
I have updated the ZIP file to v3.0, please download it and follow instructions 🙂
Hi Akhil, I can only download the first episode. After that it start giving me the following error:
org.json.JSONException: A JSONObject text must begin with ‘{‘ at 1 [character 2 line 1]
I searched for this error, seems like it’s an issue with the code. I don’t understand why it was able to download the first episode successfully then? Perhaps something wrong with the text file containing the links? I extracted that file again, but got the same error after first episode. Please help.
I have updated the ZIP file to v3.0, please download it and follow instructions 🙂
Facing following issue
org.json.JSONException: A JSONObject text must begin with ‘{‘ at 1 [character 2 line 1]
at org.json.JSONTokener.syntaxError(JSONTokener.java:432)
at org.json.JSONObject.(JSONObject.java:184)
at org.json.JSONObject.(JSONObject.java:310)
at com.dimtoo.download.FileHandler.initialize(FileHandler.java:77)
at com.dimtoo.download.HttpDownloadUtility.downloadFile(HttpDownloadUtility.java:33)
at com.dimtoo.download.Download.main(Download.java:54)
I have updated the ZIP file to v3.0, please download it and follow instructions 🙂
Hi Akhil,
I dont know to use Java hence please tell me what needs to be done. I am able to open the dos screen but then it keeps on throwing errors.
Path: C:\Users\Khatri\Downloads\Mahabharat
And I want to download all episodes in the same path to avoid any confusion. please help me with the script
Kindly share the ERROR you are getting!
I’m unable to download episodes. I downloaded them few months back but now i’m getting an error. don’t know what i am missing. Can you please help?
Getting this error:
org.json.JSONException: A JSONObject text must begin with ‘{‘ at 1 [character 2 line 1]
at org.json.JSONTokener.syntaxError(JSONTokener.java:432)
at org.json.JSONObject.(JSONObject.java:184)
at org.json.JSONObject.(JSONObject.java:310)
at com.dimtoo.download.FileHandler.initialize(FileHandler.java:77)
at com.dimtoo.download.HttpDownloadUtility.downloadFile(HttpDownloadUtility.java:33)
at com.dimtoo.download.Download.main(Download.java:50)
I’m following these steps:
Java -jar df.jar MAHABHARAT.txt C:\Users\Neha\Desktop\DF\MAHABHARAT 155
I have updated the ZIP file to v3.0, please download it and follow instructions 🙂
Hello Sir.
Willing to download episode 119 to 267 in D drive and tried it by changing the crompt command accordingly but getting an error. Can please provide directly the crompt command to download episode 119 to 267 under D drive
Please share a screenshot of your CMD window!
Dear
When i am tring to download it is showing
PS C:\Mahabharat\New> java -jar df.jar MAHABHARAT.txt C:\Mahabharat\Maha
java : The term ‘java’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ java -jar df.jar MAHABHARAT.txt C:\Mahabharat\Maha
+ ~~~~
+ CategoryInfo : ObjectNotFound: (java:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Mahabharat\New>
Please let me know how to download
Thanks
Please install Java and try again.
Dear
When i am trying to download it is showing
PS C:\Mahabharat\New> java -jar df.jar MAHABHARAT.txt C:\Mahabharat\Maha
java : The term ‘java’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ java -jar df.jar MAHABHARAT.txt C:\Mahabharat\Maha
+ ~~~~
+ CategoryInfo : ObjectNotFound: (java:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Mahabharat\New>
Please let me know how to download
Please install Java and try again.