55
purist
7y

Feels great to write a script that downloads consecutive episodes of a series sequentially ..

All because..
Hotstar doesnt support Linux ..

Comments
  • 6
    Wanna share the script? Lol
  • 4
    Would love to see the script 😍 Nice job BTW!
  • 3
  • 4
    This script has to be open sourced.
    I demand it.
  • 2
    Please share it ...
  • 1
    I'll swap you for my treehouse tracks/courses one haha
  • 3
    @ScribeOfGoD Lol...I wrote a script which calls another script which calls another php file..Not a big deal..XD
  • 3
    @Teknas Open sourced XD ...That would be my dream....:)..
  • 1
    @harish1996 share your work bro
  • 4
    I think everyone got the wrong impression.. I downloaded a script which downloads any hotstar link ..So i used it to download episodes of the series i was about to watch .. I didnt write that script which downloads from hotstar...Anyway Appreciated..😁🙏
  • 1
    @dextel2 Sure..
  • 1
    https://github.com/harish1996/...

    Do look out for the 2048 code , Flowchart generator and the Word Suggestor repos..If time permits..Those are something i did while i was learning..

    Do suggest improvements..🙏
  • 3
    @harish1996 haha awesome, well done son.

    Having worked in the industry long enough; there are big tech companies who also "just wrote a script to call a script and php was in there somewhere"... and sell it as their flagship product.
  • 1
    @jmacmi2 😂😂😂..Just entering the industry ..Maybe i ll catch up..
  • 4
    @harish1996 the 1996 should have given it away to me.

    Depending on where you land, yes you'll see lots of this...

    Worst is when you see someone advertise a feature that is essentially implemented by overriding the common method to do the job; pointing it at someone's open source library.

    I.e. Lots of MDM vendors advertise encryption at an app level by repackaging an app... this is usually an override to the file system methods on android and iOS that then just call VFS. I forget the repo but essentially an ingenious way of pushing a virtual file system into a location that's already well known to be secure, SQLite storage.

    The nastiest bit is when they do it; they don't even do it well... so their portion of the code is nonsense and the feature they advertise is a small file that integrates into someone's amazing open source library for that feature alone.
  • 1
    I found that my 'not so technical' friends found it too complicated .. So i added make installation to make installing dependencies easier..Feedback is appreciated..
Add Comment