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
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:
- http://tv.nrksuper.no/serie/bien-maja
- http://tv.nrksuper.no/serie/alle-vi-barna-i-bakkebygrenda
- http://tv.nrksuper.no/serie/blekksprut
- http://tv.nrksuper.no/serie/georg-krymp
- http://tv.nrksuper.no/serie/jul-i-skomakergata
- 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