PyRewind es una poderosa librería de Python diseñada para facilitar la obtención y descarga de videos que han sido eliminados anteriormente en YouTube.
Project description
pyrewind
pyrewind es una potente biblioteca de Python diseñada para facilitar la obtención y descarga de vídeos que se han eliminado previamente, así como la descarga de vídeos actuales. pyrewind utiliza herramientas como pytube.
Instalación
pip install pyrewind
Uso
Utiliza la clase YouTube pasando la URL del video como argumento al constructor:
from rewind import YouTube
# Crea una instancia del objeto YouTube con la URL del video deseado
youtube_obj = YouTube('https://www.youtube.com/watch?v=VIDEO_ID')
Accede a las propiedades del video obtenido:
print(youtube_obj.title) # Título del video
print(youtube_obj.publish_date) # Fecha de publicación
Descarga el video utilizando el método download:
youtube_obj.download()
No es necesario especificar la ruta ya que la guardaría en un directorio creado por él y el vídeo estaría dentro.
Contribución
Las contribuciones son bienvenidas! Si encuentras algún problema o te gustaría agregar nuevas funciones a PyRewind, siéntete libre de abrir un "issue" o enviar una solicitud de extracción.
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 pyrewind-0.0.1.tar.gz.
File metadata
- Download URL: pyrewind-0.0.1.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86ccbb0d49a81b80037effbab5766d74d9bd30a6714dc6fa2ad37823d5374b5d
|
|
| MD5 |
10dcb1085cac21d242d4ae28c372b5fd
|
|
| BLAKE2b-256 |
6b1b03c2992b4a36853fb3bc2c70d5626c5e196e22ec1d44c6310e8a9040c730
|
File details
Details for the file pyrewind-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pyrewind-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a632923d0310dc218b9457e1cd34f40b97af1cd5cc74dd60c46ea5bf0d0ec0dc
|
|
| MD5 |
8288af3607c3bbe35db6fce049188399
|
|
| BLAKE2b-256 |
96ab7c61d6549df7d246931a179eb99a2b2ae17ea116d76a07e9700c681c6e97
|