/NRKSuperDump

Python script to download videos from NRK Super TV based on web url.

Primary LanguagePython

NRKSuperDump

Python script to download MP4 videos from NRK based on web url Require Python2, BeautifulSoup, Requests and libav-tools to be installed

Install them as follows:

$ sudo apt-get install libav-tools
$ sudo apt-get install python-pip
$ sudo pip install BeautifulSoup4
$ sudo pip install Requests

HOW TO USE IT:

Change USER_HOME to your storage location, ie an external mounted harddrive

USER_HOME = os.getenv('/media/archive')

Run the script as:

$ python dumper.py

You will then be requested to enter a full URL to a NRK Super TV series:

Enter URL to extract clips from (ex. http://tv.nrksuper.no/serie/bien-maja): 

Use for example:

WISHLIST

  • Parameter for running in batch mode, with textfile containing lines of urls as parameter
  • Parameter for choosing download format and quality
  • What if there are multiple seasons?
  • Add .nfo creator to better support importing into xbmc or plex