Mahabharat Star Plus Krishna

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:

  1. 7Zip – Please see the video below to see how you can download and install it. Click here to download the software.
  2. 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.

7Zip Extract

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

Disclaimer: None of the video are hosted by me, I have simply collated URLs for all videos available on the public domain and presented on this page. I am not responsible for the content and quality of these videos. Thanks.

skiddamarink
154 videos
49304 views
622 subscribers


There are 2,536 comments

Add yours
  1. Guest

    I m Using Windows 7, cant Download the above episodes, They start playing online instead of downloading when i click on them.. even -Java not working in windows cmd 🙁

    • Akhil Pathania

      You can right click on the episode link and select “Save Link As” to download it. Otherwise check if Java is installed in your system, if it is not then install it and try the steps again!

  2. Shan

    Dear Akhil

    Once the downloads have started via command prompt, and i need to shut down the computer to continue the downloads at another time, will the download resume ?

    • Akhil Pathania

      Hi Shan,

      No it wont. However, you can note down all the episodes that have been downloaded and then modify the .txt file for the download to start from where you stopped after the restart 🙂

  3. Rahul

    Hello sir,
    mere browse me epsiode 5,13,21,29,30,31,32,37,38,39,40,45,46,47,48,53,54,55,56,61,62,63,64, 69,72,77,78,79,80,85,86,87,88,93, 94,95,96,101,102,103,104 nahi (mahabharat) aate help me..

  4. Nachiketas

    I was searching online for the MB episodes for a long time. Thank you so much! Video quality is excellent. We are screening some select episodes for an elective course on the Mahabharata which we offer for students in our university.

  5. Asha

    Hi
    I downloaded java and tried using the command but it’s giving me error “‘java’ is not recognised as an internal or external command, operable program or batch file”
    Please help
    Thanks

  6. Ashish bhushan

    Hello akhil mere mobile me har 5 episode k baad 3 episodes nhi dikhte plz help me agar aap un episodes k link comment me paste kar de. Thanking you ashish.

  7. Amit

    decompiled your code and changed C: dir to current dir using System.getProperty(“user.dir”) 😀 and done !! thanks a lot bro was looking for those 🙂

  8. dhaval patel

    brahta akhil prani pat
    thank you for sharing Mahabharat all with us
    ye ek darma ka karya kane ke liye or ye dharma ka gyan ham tak pahochane ke liye dhanyavad ……..

    jay shree krishna

  9. aniket jaunjal

    hi sir
    thank u so much i got this after very long period of effort.
    thanks a lot from the bottam of my heart ……………..

  10. Aswari

    Thank you for providing these links… ^^
    I’ve search everywhere for original audio of this tv series…
    And I just found it in your website… 😀

  11. parveen

    I am not sure what should i type in the run command. I have extracted the files in the MAHABHARAT folder and I am stuck at step 3. Can you send me exact words to type in command line.

    • Akhil Pathania

      Hi Parveen,

      Let say if you downloaded and extracted the file in C:\Users\XXXXX\Downloads folder, then df.jar file is in the C:\Users\XXXXX\Downloads\df folder, so run this command:

      C:\Users\XXXXX\Downloads\df>java -jar “C:\Users\XXXXX\Downloads\df\df.jar” “C:\Users\XXXXX\Downloads\df\DKDM.txt”

  12. Amit

    Hi,

    This is what I am getting. 🙁

    C:\Users\Dell>java -jar D:\TV\mahabharat\df.jar D:\TV\mahabharat\MAHABHARAT.txt
    Exception in thread “main” java.lang.UnsupportedClassVersionError: Bad version n
    umber in .class file
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
    4)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)

    C:\Users\Dell>

  13. Asha

    Hi
    I have downloaded all the episodes thanks for that..but when i open any of these files by vlc player, the video plays till 39-40 secs and then hangs..this is happening for all the episodes..
    would you know what’s the problem
    Thanks again
    Asha

  14. Nitul

    When I run the jar with parameter file dir , I get the following error..What is the issue? Please let me know any solution to download full episioe. And is there any way to change default direcoty to save the episode file?

    F:\Mahavarat>java -jar df.jar MAHABHARAT.txt
    Downloading File: http://media.startv.in/newstream/star/starplus/mahabharat/1/lf
    _1000.mp4
    C:/mahabharat/Episode-1.mp4
    File Size = 347 mb
    File Name = Episode-1.mp4
    Downloading
    [ ]
    ERROR Downloading http://media.startv.in/newstream/star/starplus/mahabharat/1/l
    f_1000.mp4

    F:\Mahavarat>

  15. Rekha

    Hi Akhil,
    Thanks a million ton for the full episodes of Mahabharat. I downloaded them all manually, except for the Episode 92. While all other episodes are 177-178MB, this one is just 87MB. Also, it plays for only 10+ min, unlike the usual 21+ min episode. Please help. 🙂

  16. Ravi

    Hey man! thanks a lot for the links 😉 I am not using your jar file, but it can be automated fairly easily with any batch file download software, eg. IDM!

    Cheers


Post a new comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.