Skip to content

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

Notifications You must be signed in to change notification settings

tomashm/NRKSuperDump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 pip install BeautifulSoup4
$ sudo pip install Requests

HOW TO USE IT:

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:

FEATURES TO COME

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages