~kris/dots

srice

ref: e98f3b030dc24445bd55c68d95d2d81933fd68b3 srice/.local/bin/misc/udemy-dl -rw-r--r-- 189 bytes
e98f3b03 — Kris Yotam chore: sync local state after restore (push updates, no pull) a month ago
                                                                                
1
2
3
4
5
6
#!/bin/bash
# Wrapper for udemy-downloader (Puyodead1)
# Usage: udemy-dl "https://www.udemy.com/course/COURSE-SLUG/"
cd ~/dev/udemy-downloader
source .venv/bin/activate
python main.py "$@"