├── LICENSE ├── README.md ├── import.py ├── requirements.txt └── schema.sql /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simon987/yt-metadata/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simon987/yt-metadata/HEAD/README.md -------------------------------------------------------------------------------- /import.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simon987/yt-metadata/HEAD/import.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | psycopg2 -------------------------------------------------------------------------------- /schema.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simon987/yt-metadata/HEAD/schema.sql --------------------------------------------------------------------------------