mirror of
https://github.com/coursera-dl/coursera-dl.git
synced 2026-07-17 16:35:35 +00:00
This also means that the script has to be run as a package. Hence, we replace the coursers-dl symlink with a executable script that uses coursera_dl.main.
6 lines
100 B
Python
Executable file
6 lines
100 B
Python
Executable file
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from coursera import coursera_dl
|
|
|
|
coursera_dl.main()
|