I wanted to write something in Hylang because straight Python is not my thing.
git clone https://github.com/bandresen/yt2tsv.git
cd yt2tsvCreate and activate Hylang virtual environment
virtualenv hy # maybe called virtualenv2 YMMV
source hy/bin/activate
pip install git+https://github.com/hylang/hy.gitpip install google-api-python-client./yt2tsv.hy --ids W2Wnvvj33Wo --output thelastofuspart2.tsv--input that accepts a file with a list of youtube links without having to manually give the –id
--id has an unknown limit, higher than 30 lower than 60. (I guess 50 as that is a standard Google API maxResults limitation.)