-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor process_video and process_playlist functions
- Loading branch information
1 parent
1a91561
commit f62f74a
Showing
7 changed files
with
45 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Credits | ||
|
||
## Development Lead | ||
|
||
* Mauricio Bellon (@mauriciobellon) <mauriciobellon@gmail.com> | ||
|
||
## Contributors | ||
|
||
None yet. Why not be the first? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Version changelog | ||
|
||
## 0.0.1 | ||
* Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
|
||
|
||
|
||
Downloader | ||
|
||
Video downloader | ||
Audio downloader | ||
|
||
|
||
|
||
|
||
|
||
- Download transcript | ||
- Download thumbnail | ||
- Download description | ||
- Download playlist | ||
- Download playlist with transcript | ||
- Download playlist with thumbnail | ||
- Download playlist with description | ||
- Download playlist with all | ||
|
||
|
||
|
||
|
||
Models | ||
- Channel | ||
- Playlist | ||
- Video | ||
- Audio | ||
- Transcript | ||
- Thumbnail | ||
- Description |
File renamed without changes.
File renamed without changes.
File renamed without changes.