1.0.2 • Published 9 years ago
videolerx v1.0.2
VIDEOLERX
Downloads videos and uploads them to S3.
How to install
npm install -g videolerxCreate a config file
videolerx initDownload videos from a jsonlines file which has some videos, using default config file
videolerx 2017.json
videolerx 2017.json 2016.json 2015.jsonDownload video using a url or video id
videolerx https://www.youtube.com/watch?v=dQw4w9WgXcQ
videolerx dQw4w9WgXcQDownload videos using a mixture of video urls and files or json that contain video urls
videolerx 2017.json https://www.youtube.com/watch?v=dQw4w9WgXcQSpecify config file to use
videolerx -c config.txt 2017.json