Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit 059317c

Browse files
committed
Updated README.md with examples on links to download.
1 parent 0b0dc6b commit 059317c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,15 @@ Python script for downloading videos on video.dtu.dk
1414
3. Place the above file in the same folder as the *main.py* file.
1515

1616
## Usage
17-
Run the program by running the *main.py* file, enter your login details as described and paste the url of the video you wish to download, and let the program do it's magic.
17+
Run the program by running the *main.py* file, enter your login details as described and paste the url of the video or the category you wish to download, and let the program do it's magic.
18+
19+
## Examples on links
20+
Single video:
21+
```
22+
https://video.dtu.dk/media/Matematik+1+-+Hold+B+Uge+1+Del+1/0_2pxlej2l/241155
23+
```
24+
25+
Category of videos (Eg. entire course):
26+
```
27+
https://video.dtu.dk/category/Courses%3E01+Department+of+Applied+Mathematics+and+Computer+Science%3E01005+Matematik+1%3EE19_F20%3ESkema+B/241155
28+
```

0 commit comments

Comments
 (0)