!pip install -q condacolab
import condacolab
condacolab.install()
⏬ Downloading https://github.com/jaimergp/miniforge/releases/latest/download/Mambaforge-colab-Linux-x86_64.sh...
📦 Installing...
📌 Adjusting configuration...
🩹 Patching environment...
⏲ Done in 0:00:44
🔁 Restarting kernel...
!conda install gh --channel conda-forge	
!pip install youtube-dl
!youtube-dl -i --write-sub --sub-lang ga -o '%(id)s.%(ext)s' PLbcLsUBW9b3BvuTbtMKBXmuyJq6Ygg3Rg
!ls ./*.vtt|zip subtitles.zip -@
from google.colab import files
files.download('subtitles.zip')
!ls ./*.mp4 ./*.mkv |zip videos.zip -@
!echo $KEY |gh auth login --with-token 
!git clone $REPO
%cd $REPO
!gh release upload v0.1 ../videos.zip
Successfully uploaded 1 asset to v0.1