Skip to content

This simple script is for downloading videos of ActivityNet dataset by parsing URLs from given .json file.

License

Notifications You must be signed in to change notification settings

ozgyal/ActivityNet-Video-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ActivityNet-Video-Downloader

This simple script is for downloading videos of ActivityNet dataset by parsing URLs from given .json file. Therefore, it is required to download the related .json file here.

Using activityNetDownloader

  1. Install the prerequisites.

    • Python 2.7

    • Pafy:

      sudo pip install pafy
  2. Clone the repository or download the zip to your working directory.

    git clone https://github.com/ozgyal/ActivityNet-Video-Downloader.git
  3. Define a path to download the videos.

    directory = '/path/to/your/directory/'
  4. Videos will be downloaded in ".flv" format. If you want to change this, you can modify the following line by considering Pafy's website:

    best = video.getbest(preftype="flv")
  5. Run the script.

    python activityNetDownloader.py

About

This simple script is for downloading videos of ActivityNet dataset by parsing URLs from given .json file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages