Ever wanted to automatically take a webpage full of videos and store the data in a database?
Probably not. But here it is anyway!
Unfortunately only supports YouTube at the current moment.
- python3
- psycopg2
- CockroachDB
For getting video data:
python3 main.py [num_max_videos] [link] [CockroachDB connection string] [download directory]
For basic database querying:
python3 query-db.py [video={video_name} OR creator={creator_name}] [CockroachDB connection string]