-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature/downloading-youtube-videos (#169)
* Fixing documentation * Adding thumbnail compression * Fixing a small issue related to imports * Removing duplicate code from the thumbnail compression methods and replacing the large video file * Moving imports * make it possible to downloaded youtube videos * formatting the youtube downloading functions and tests * adding the conftest * fixing comments * fixing more comments * fixing some more comments
- Loading branch information
Showing
4 changed files
with
80 additions
and
1 deletion.
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
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
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
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 |
---|---|---|
|
@@ -32,6 +32,7 @@ | |
"spacy~=3.0", | ||
"truecase~=0.0.12", | ||
"webvtt-py~=0.4.6", | ||
"yt-dlp~=2022.2.4" | ||
] | ||
|
||
test_requirements = [ | ||
|