No project description provided
Project description
YouTube Controller
YouTube Controller — это Python-библиотека для управления воспроизведением видео на YouTube с использованием Selenium WebDriver.
Установка
Для установки YouTube Controller, выполните следующую команду:
pip install YouTube_Controller
Зависимости
- Selenium 4.0.0 и выше
- Chrome WebDriver
Использование
Пример использования библиотеки для поиска и воспроизведения видео на YouTube:
from youtube_controller import YouTubePlayer
# Создаём объект для управления видео
player = YouTubePlayer()
# Ищем видео по запросу
player.play_video("Python tutorial")
# Пауза
player.pause()
# Перемотка назад на 10 секунд
player.rewind_backward(10)
# Перемотка вперёд на 10 секунд
player.rewind_forward(10)
# Увеличение громкости
player.volume_up()
# Закрытие браузера
player.close()
Лицензия
Этот проект лицензирован по лицензии MIT. Подробнее см. файл LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file youtube_contorller-0.1.tar.gz.
File metadata
- Download URL: youtube_contorller-0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cff293dccbac5c72e45766220db9e6418f147236c6768c859667e467659d258
|
|
| MD5 |
6cc661c84e57a9bb8686300ce4d2b0a0
|
|
| BLAKE2b-256 |
09026485aa53cd0357b3a386c461878c7d986d5c3eb72934e32a208f13edab1e
|
File details
Details for the file YouTube_Contorller-0.1-py3-none-any.whl.
File metadata
- Download URL: YouTube_Contorller-0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5123ea26ef64fab26d5505349ce1e3726e0d77694057a97bf8712f98e28b1e70
|
|
| MD5 |
a0e6a19025925b64d2e20dda5bd2e29a
|
|
| BLAKE2b-256 |
4505525bfc7bcb09508f4fc73dc1173342924ff6f785659181b3a098d9ca684b
|