add codacy
Browse files
README.md
CHANGED
@@ -15,12 +15,12 @@
|
|
15 |
# pytube3
|
16 |
|
17 |
## Table of Contents
|
18 |
-
* [Installation](#installation)
|
19 |
-
* [Quick start](#quick-start)
|
20 |
-
* [Features](#features)
|
21 |
-
* [Usage](#usage)
|
22 |
-
* [Command-line interface](#command-line-interface)
|
23 |
-
* [Development](#development)
|
24 |
|
25 |
## Installation
|
26 |
|
@@ -47,15 +47,15 @@ $ pip install pytube3 --upgrade
|
|
47 |
```
|
48 |
|
49 |
## Features
|
50 |
-
* Support for Both Progressive & DASH Streams
|
51 |
-
* Support for downloading complete playlist
|
52 |
-
* Easily Register ``on_download_progress`` & ``on_download_complete`` callbacks
|
53 |
-
* Command-line Interfaced Included
|
54 |
-
* Caption Track Support
|
55 |
-
* Outputs Caption Tracks to .srt format (SubRip Subtitle)
|
56 |
-
* Ability to Capture Thumbnail URL.
|
57 |
-
* Extensively Documented Source Code
|
58 |
-
* No Third-Party Dependencies
|
59 |
|
60 |
## Usage
|
61 |
|
@@ -243,6 +243,7 @@ Finally, if you're filing a bug report, the cli contains a switch called ``--bui
|
|
243 |
## Development
|
244 |
|
245 |
<a href="https://deepsource.io/gh/hbmartin/pytube3/?ref=repository-badge" target="_blank"><img alt="DeepSource" title="DeepSource" src="https://static.deepsource.io/deepsource-badge-light-mini.svg"></a>
|
|
|
246 |
|
247 |
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
|
248 |
|
|
|
15 |
# pytube3
|
16 |
|
17 |
## Table of Contents
|
18 |
+
* [Installation](#installation)
|
19 |
+
* [Quick start](#quick-start)
|
20 |
+
* [Features](#features)
|
21 |
+
* [Usage](#usage)
|
22 |
+
* [Command-line interface](#command-line-interface)
|
23 |
+
* [Development](#development)
|
24 |
|
25 |
## Installation
|
26 |
|
|
|
47 |
```
|
48 |
|
49 |
## Features
|
50 |
+
* Support for Both Progressive & DASH Streams
|
51 |
+
* Support for downloading complete playlist
|
52 |
+
* Easily Register ``on_download_progress`` & ``on_download_complete`` callbacks
|
53 |
+
* Command-line Interfaced Included
|
54 |
+
* Caption Track Support
|
55 |
+
* Outputs Caption Tracks to .srt format (SubRip Subtitle)
|
56 |
+
* Ability to Capture Thumbnail URL.
|
57 |
+
* Extensively Documented Source Code
|
58 |
+
* No Third-Party Dependencies
|
59 |
|
60 |
## Usage
|
61 |
|
|
|
243 |
## Development
|
244 |
|
245 |
<a href="https://deepsource.io/gh/hbmartin/pytube3/?ref=repository-badge" target="_blank"><img alt="DeepSource" title="DeepSource" src="https://static.deepsource.io/deepsource-badge-light-mini.svg"></a>
|
246 |
+
<a href="https://www.codacy.com/manual/hbmartin/pytube3?utm_source=github.com&utm_medium=referral&utm_content=hbmartin/pytube3&utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/53794f06983a46829620b3284c6a5596"/></a>
|
247 |
|
248 |
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
|
249 |
|