This commit is contained in:
2025-03-11 14:31:03 +09:00
commit 167cbed1bf
4 changed files with 637 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
## SNU eTL batch downloader
Download all files from lectures of SNU eTL.
Skips already downloaded files
+) 2FA verification code (mail) required.
### Usage
From `etl.py`
```
sync_etl(209133, "Computer_Networking")
sync_etl(219314, "System_Programming)
```