Python Code
Python Code
**A cross-platform python based utility to download courses from udemy for personal offline use.**
[](https://postimg.org/image/y4nusjz85/)
### Requirements
- Python (2 or 3)
- Python `pip`
### Tested on
- Windows 7/8/8.1
You can download the latest version of udemy-dl by cloning the GitHub repository.
### Updates
- Added feature to download the default quality if requested quality is not there.
- Added feature to cache the credentials to file and use it later for login purpose.
- Added feature to get user input if no credentials provided using command line argument.
### Change-log
### Configuration
<pre><code>
"username" : "abc123@mail.com",
"password" : "12233445",
"output" : "E:\",
"resolution" : "720"
"output" : "E:\"
</code></pre>
### Usage
***Downloading course***
<pre><code>
Options:
General:
Advance:
Others:
--sub-only Download captions/subtitle only.
Example:
</code></pre>
### Note
<pre><code>Do not change the position of any argument as given under the Usage, this may cause an
error or failur in downloading of course.</code></pre>
# udemy-captions-downloader
An utility to download course's captions from Udemy for personal offline use.
If you want to download all videos and materials from a course, check
https://github.com/nishad/udemy-dl.
Usage: