mirror of
https://cdm-project.com/Download-Tools/udemy-downloader.git
synced 2025-05-21 20:17:05 +02:00
Update README.md
This commit is contained in:
parent
0c63ee3891
commit
bc3028a112
15
README.md
15
README.md
@ -13,7 +13,20 @@ Simple and hacky program to download a udemy course, has support for DRM videos
|
|||||||
1. You would need to download ffmpeg and mp4decrypter from Bento4 SDK and ensure they are in path(typing their name in cmd invokes them).
|
1. You would need to download ffmpeg and mp4decrypter from Bento4 SDK and ensure they are in path(typing their name in cmd invokes them).
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
todo
|
*quick and dirty how-to*
|
||||||
|
1. you need to open the network tab, and find the index.mpd file url
|
||||||
|

|
||||||
|
2. open the `dashdownloader_multisegment.py` file and replace ``mpd url`` with the url
|
||||||
|

|
||||||
|
3. Change the video title and output path to whatever you want the video to be called
|
||||||
|

|
||||||
|
``175. Inverse Transforming Vectors`` is what your would replace
|
||||||
|
4. rename ``keyfile.example.json`` to ``keyfile.json``
|
||||||
|
5. open ``keyfile.json`` and enter the key id and decryption key for the video
|
||||||
|

|
||||||
|

|
||||||
|
6. run ``python dashdownloader_multisegment.py`` in the terminal to start the download.
|
||||||
|
make sure you have ffmpeg and mp4decrypt installed in your path
|
||||||
|
|
||||||
# Credits
|
# Credits
|
||||||
https://github.com/Jayapraveen/Drm-Dash-stream-downloader - for the original code which this is based on
|
https://github.com/Jayapraveen/Drm-Dash-stream-downloader - for the original code which this is based on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user