-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Добавил опциональную возможность загружать видео напрямую с YouTube…
… с помощью PyTube. для этого вместо имени файла указываете URL к видео на YouTube, к примеру: (./v2m.py "https://www.youtube.com/watch?v=BuHVVxvtl2s") с YouTube будет получен список актуальных форматов и отсортирован по приоритету в начале видео со звуком и по разрешению потока в убывающем порядке, после чего будет скачен первый файл в текущий каталог.
- Loading branch information
Showing
3 changed files
with
27 additions
and
5 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
MIDIUtil==1.2.1 | ||
MIDIUtil>=1.2.1 | ||
opencv-python>=4.2.0.34 | ||
pygame==2.0.1 | ||
PyOpenGL==3.1.0 | ||
pygame>=2.0.1 | ||
PyOpenGL>=3.1.0 |
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 @@ | ||
pytube |
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